Skip to content

Commit 662b138

Browse files
committed
Merge pull request fb55#7 from kevva/files
Use `files` property in package.json
2 parents d45ea8c + e56edce commit 662b138

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
@@ -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)