Skip to content

Commit 2ccc487

Browse files
authored
Merge pull request #22 from kamalaknn/patch-1
Include only necessary files for npm package
2 parents 7f8019e + ea70134 commit 2ccc487

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "1.1.4",
44
"description": "Retrieve current sha and branch name from a git repo.",
55
"main": "index.js",
6+
"files": [
7+
"index.js"
8+
],
69
"scripts": {
710
"test": "mocha tests",
811
"preversion": "npm test",

0 commit comments

Comments
 (0)