Skip to content

Commit f15d77e

Browse files
committed
Improve the code base
- Updated the dependencies. That fixes issues on Windows. Fixes #114. Fixes #151. - Improve the example.
1 parent 3861cd4 commit f15d77e

File tree

3 files changed

+459
-1137
lines changed

3 files changed

+459
-1137
lines changed

example/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Dependencies
2-
var GitStats = require("../lib");
2+
const GitStats = require("../lib");
33

44
// Create the GitStats instance
5-
var g1 = new GitStats();
5+
const g1 = new GitStats();
66

77
// Display the ansi calendar
88
g1.ansiCalendar({

0 commit comments

Comments
 (0)