We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2596035 commit e0b68a0Copy full SHA for e0b68a0
bower.json
@@ -7,7 +7,7 @@
7
"url": "git://github.com/mgonto/restangular.git"
8
},
9
"dependencies": {
10
- "lodash": ">=1.3.0",
+ "lodash": "~4.17.0",
11
"angular": "~1.x"
12
13
"ignore": [
package.json
@@ -29,7 +29,7 @@
29
}
30
],
31
32
- "lodash": ">=1.3.0"
+ "lodash": "~4.17.0"
33
34
"peerDependencies": {
35
"angular": ">=1.3.12"
@@ -57,4 +57,4 @@
57
"test": "grunt test --verbose"
58
59
"license": "MIT"
60
-}
+}
0 commit comments