Skip to content

Commit

Permalink
added files array to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Nov 24, 2018
1 parent 877bbc7 commit 23165ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -16,6 +16,10 @@
"engines": {
"node": ">=6"
},
"files": [
"index.mjs",
"dist/index.js"
],
"scripts": {
"test": "node --experimental-modules test.mjs && npm run test:js",
"test:js": "npm run dist:test && node dist/test.js",
Expand Down

0 comments on commit 23165ad

Please sign in to comment.