Skip to content

Commit 79e10a2

Browse files
committed
Update lodash to 4.0, add npmignore
1 parent b83d2d9 commit 79e10a2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.npmignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
node_modules
2+
npm-debug.log
3+
coverage
4+
test
5+
.travis.yml
6+
license

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"author": "s0ph1e",
2727
"license": "MIT",
2828
"dependencies": {
29-
"lodash": "^3.7.0"
29+
"lodash": "^4.0.0"
3030
},
3131
"devDependencies": {
3232
"should": "^6.0.1",

0 commit comments

Comments
 (0)