Skip to content

Commit

Permalink
Update lodash to 4.0, add npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
s0ph1e committed Jan 19, 2016
1 parent b83d2d9 commit 79e10a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
node_modules
npm-debug.log
coverage
test
.travis.yml
license
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"author": "s0ph1e",
"license": "MIT",
"dependencies": {
"lodash": "^3.7.0"
"lodash": "^4.0.0"
},
"devDependencies": {
"should": "^6.0.1",
Expand Down

0 comments on commit 79e10a2

Please sign in to comment.