Skip to content

Commit b71d89c

Browse files
authored
Merge pull request #14 from vsa/package-json-files
Add a "files" section to package.json
2 parents ecb1f24 + 9fcf6c8 commit b71d89c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"bin": {
77
"lolcatjs": "cli.js"
88
},
9+
"files": [
10+
"index.js",
11+
"cli.js"
12+
],
913
"bugs": {
1014
"url": "https://github.com/robertboloc/lolcatjs/issues"
1115
},

0 commit comments

Comments
 (0)