Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit 231623f

Browse files
daprahamiannbbeeken
authored andcommitted
chore(package.json): ACTUALLY fix package.json
1 parent faad3df commit 231623f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
"directories": {
1212
"lib": "./lib"
1313
},
14+
"files": [
15+
"lib",
16+
"index.js",
17+
"dist"
18+
],
1419
"scripts": {
1520
"test": "mocha test/",
1621
"coverage": "istanbul cover _mocha -- --recursive -t --ui tdd test/",

0 commit comments

Comments
 (0)