Skip to content

Commit c3f5b8d

Browse files
committed
Replace .npmignore with "files": [...] in package.json
1 parent 2923e88 commit c3f5b8d

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

.npmignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
"coffee": "./bin/coffee",
2222
"cake": "./bin/cake"
2323
},
24+
"files": [
25+
"bin",
26+
"lib",
27+
"register.js",
28+
"repl.js"
29+
],
2430
"preferGlobal": true,
2531
"scripts": {
2632
"test": "node ./bin/cake test",

0 commit comments

Comments
 (0)