Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit d2adaa6

Browse files
authored
Only include lib/ in npm package
Fixes #29
1 parent cc8a71f commit d2adaa6

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
@@ -6,6 +6,9 @@
66
"directories": {
77
"test": "test"
88
},
9+
"files": [
10+
"lib/"
11+
],
912
"scripts": {
1013
"test": "mocha",
1114
"cover": "istanbul cover node_modules/mocha/bin/_mocha",

0 commit comments

Comments
 (0)