Skip to content

Commit

Permalink
fix: indicate which files should be published
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlafroscia committed Nov 1, 2019
1 parent 4cf0c79 commit 96830b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"files": [
"index.js",
"lib"
],
"scripts": {
"lint:js": "eslint .",
"test": "jest",
Expand Down

0 comments on commit 96830b4

Please sign in to comment.