Skip to content

Commit

Permalink
Actually add .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
James Feigel committed Feb 24, 2016
1 parent 149b1db commit 4d66cb4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.grunt
docs
node_modules
.eslintrc
.gitignore
.npmignore
Gruntfile.js
jsdoc-conf.json
package.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-pages",
"version": "1.0.1",
"version": "1.0.2",
"description": "Custom Git script to compile JSDoc / ngdoc and deploy to gh-pages",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit 4d66cb4

Please sign in to comment.