Skip to content

Commit

Permalink
chore(dependencies): Update lodash version to ~4.17.0 as in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bostrom committed Dec 25, 2016
1 parent 2596035 commit e0b68a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -7,7 +7,7 @@
"url": "git://github.com/mgonto/restangular.git"
},
"dependencies": {
"lodash": ">=1.3.0",
"lodash": "~4.17.0",
"angular": "~1.x"
},
"ignore": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -29,7 +29,7 @@
}
],
"dependencies": {
"lodash": ">=1.3.0"
"lodash": "~4.17.0"
},
"peerDependencies": {
"angular": ">=1.3.12"
Expand Down Expand Up @@ -57,4 +57,4 @@
"test": "grunt test --verbose"
},
"license": "MIT"
}
}

0 comments on commit e0b68a0

Please sign in to comment.