Skip to content

Commit

Permalink
Add "files" to package.json
Browse files Browse the repository at this point in the history
Curious to see if "main" is automatically preserved.
  • Loading branch information
ericclemmons committed Jan 2, 2016
1 parent db20ea1 commit 88df639
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.1",
"description": "Webpack loader to automatically npm install & save dependencies.",
"main": "index.js",
"files": [
"src"
],
"scripts": {
"changelog": "npm run changelog:generate && npm run changelog:add",
"changelog:add": "git add CHANGELOG.md",
Expand Down

0 comments on commit 88df639

Please sign in to comment.