Skip to content

Commit

Permalink
chore(package): add "files" config to whitelist lib/ (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
insin authored and bcoe committed Jul 20, 2016
1 parent 13fd33b commit d1be083
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"license": "BSD-3-Clause",
"description": "A babel plugin that adds istanbul instrumentation to ES6 code",
"main": "lib/index.js",
"files": [
"lib"
],
"dependencies": {
"find-up": "^1.1.2",
"istanbul-lib-instrument": "^1.1.0-alpha.2",
Expand Down

0 comments on commit d1be083

Please sign in to comment.