Skip to content

Commit e56edce

Browse files
committed
Use files property in package.json
1 parent 49d5a8a commit e56edce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"url": "https://github.com/FB55/CSSwhat"
88
},
99
"main": "./index.js",
10+
"files": [
11+
"index.js"
12+
],
1013
"scripts": {
1114
"test": "node tests/test.js && jshint *.js"
1215
},

0 commit comments

Comments
 (0)