Skip to content

Commit 02d1a49

Browse files
committed
Bump lodash version
1 parent 46ebcf5 commit 02d1a49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = function(config) {
1717
'node_modules/angular/angular.js',
1818
'node_modules/angular-cookies/angular-cookies.js',
1919
'node_modules/query-string/query-string.js',
20-
'node_modules/lodash/dist/lodash.js',
20+
'node_modules/lodash/lodash.js',
2121
'node_modules/angular-mocks/angular-mocks.js',
2222
'dist/angular-oauth2.js',
2323
'test/mocks/**/*.mock.js',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"karma-mocha-reporter": "^0.3.1",
5050
"karma-should": "0.0.1",
5151
"karma-sinon": "^1.0.4",
52-
"lodash": "^2.4.1",
52+
"lodash": "^4.0.0",
5353
"mocha": "^2.4.5",
5454
"should": "^4.6.0",
5555
"sinon": "^1.17.3",

0 commit comments

Comments
 (0)