Skip to content

Commit 04868c2

Browse files
authored
Don't publish unnecessary files to npm
1 parent 6cc0e87 commit 04868c2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
"test": "npm run compile; mocha node4/test"
1111
},
1212
"files": [
13-
"node4/index.js",
14-
"index.js",
15-
"test"
13+
"node4/index.js"
1614
],
1715
"author": "Kornel Lesiński <kornel@geekhood.net> (https://kornel.ski/)",
1816
"license": "BSD-2-Clause",

0 commit comments

Comments
 (0)