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 46ebcf5 commit 02d1a49Copy full SHA for 02d1a49
karma.conf.js
@@ -17,7 +17,7 @@ module.exports = function(config) {
17
'node_modules/angular/angular.js',
18
'node_modules/angular-cookies/angular-cookies.js',
19
'node_modules/query-string/query-string.js',
20
- 'node_modules/lodash/dist/lodash.js',
+ 'node_modules/lodash/lodash.js',
21
'node_modules/angular-mocks/angular-mocks.js',
22
'dist/angular-oauth2.js',
23
'test/mocks/**/*.mock.js',
package.json
@@ -49,7 +49,7 @@
49
"karma-mocha-reporter": "^0.3.1",
50
"karma-should": "0.0.1",
51
"karma-sinon": "^1.0.4",
52
- "lodash": "^2.4.1",
+ "lodash": "^4.0.0",
53
"mocha": "^2.4.5",
54
"should": "^4.6.0",
55
"sinon": "^1.17.3",
0 commit comments