Include all of lib in package

This commit is contained in:
Michael Hadley 2019-01-18 10:28:51 -08:00
parent a50484939c
commit 2d74bd8aab

View File

@ -7,7 +7,8 @@
"test": "tests"
},
"files": [
"dist.js"
"dist.js",
"lib/**/*.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",