Skip to content

Commit

Permalink
Add files whitelist to babelrc is not in npm package. Fixes preactjs/…
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Feb 3, 2017
1 parent 019781e commit 2ac527b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"build": "babel -f $npm_package_main -m umd --module-id $npm_package_amdName -s -o $npm_package_main < src/index.js",
"release": "npm run -s build && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
},
"files": [
"src",
"index.js",
"index.js.map"
],
"repository": {
"type": "git",
"url": "https://github.com/developit/proptypes.git"
Expand Down

0 comments on commit 2ac527b

Please sign in to comment.