Skip to content

Commit 7e75dad

Browse files
authored
Remove npmignore, use files in package.json (#207)
1 parent 7f57b30 commit 7e75dad

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

.npmignore

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

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,9 @@
5454
"proxyquire": "^1.7.3",
5555
"should": "^11.1.0",
5656
"sinon": "^2.1.0"
57-
}
57+
},
58+
"files": [
59+
"index.js",
60+
"lib"
61+
]
5862
}

0 commit comments

Comments
 (0)