Skip to content

Commit

Permalink
add files directive to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydaly committed Jul 15, 2018
1 parent b1df2bd commit 5e9bee0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Expand Up @@ -38,5 +38,11 @@
"nyc": "^12.0.2",
"rewire": "^4.0.1",
"sinon": "^6.1.3"
}
},
"files": [
"lib/",
"index.js",
"LICENSE",
"README.md"
]
}

0 comments on commit 5e9bee0

Please sign in to comment.