Skip to content

Commit

Permalink
chore(project): add a whitelisting files manifest to 'package.json'
Browse files Browse the repository at this point in the history
Removes the need to maintain a separate '.npmignore' file
  • Loading branch information
cueedee committed Mar 17, 2015
1 parent 1508de1 commit 390f2f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,9 @@
},
"devDependencies": {
"jshint": "^2.6.3"
}
},
"files": [
"README.md",
"generators"
]
}

0 comments on commit 390f2f1

Please sign in to comment.