Skip to content

Commit 7556e05

Browse files
committed
⬆️ 2.9.4 🎉
1 parent a5eeac9 commit 7556e05

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

package.json

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-stats",
3-
"version": "2.9.3",
3+
"version": "2.9.4",
44
"description": "Local git statistics including GitHub-like contributions calendars.",
55
"main": "lib/index.js",
66
"bin": {
@@ -232,5 +232,16 @@
232232
"[*A GitHub-like contributions calendar, but locally, with all your git commits*, The Changelog](https://changelog.com/github-like-contributions-calendar-locally-git-commits/)"
233233
]
234234
}
235-
}
235+
},
236+
"files": [
237+
"bin/",
238+
"app/",
239+
"lib/",
240+
"dist/",
241+
"src/",
242+
"resources/",
243+
"menu/",
244+
"cli.js",
245+
"index.js"
246+
]
236247
}

0 commit comments

Comments
 (0)