Skip to content

Commit

Permalink
Adds ignore to NPM. Updates package.json with a main attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
dflynn15 committed Oct 22, 2014
1 parent 6d20ef2 commit 7510132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
.git*
node_modules/
example/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"engines": {
"node": ">=0.10.0"
},
"main": "index.js",
"files": [
"index.js",
"lib/",
"vendor/"
],
Expand Down

0 comments on commit 7510132

Please sign in to comment.