File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ module.exports = function (grunt) {
72
72
files : [
73
73
'bower_components/angular-1.3.2/angular.js' ,
74
74
'bower_components/angular-mocks-1.3.2/angular-mocks.js' ,
75
- 'node_modules/js-data/dist/js-data.js' ,
75
+ 'node_modules/js-data/dist/js-data.min. js' ,
76
76
'dist/js-data-angular.min.js' ,
77
77
'karma.start.js' ,
78
78
'test/**/*.js'
Original file line number Diff line number Diff line change 18
18
" package.json"
19
19
],
20
20
"devDependencies" : {
21
- "angular-1.1.5" : " angular-unstable#1.1.5" ,
22
- "angular-1.2.16" : " angular#1.2.16" ,
23
- "angular-1.2.25" : " angular#1.2.25" ,
24
21
"angular-1.3.2" : " angular#1.3.2" ,
25
- "angular-mocks-1.1.5" : " angular-mocks-unstable#1.1.5" ,
26
- "angular-mocks-1.2.16" : " angular-mocks#1.2.16" ,
27
- "angular-mocks-1.2.25" : " angular-mocks#1.2.25" ,
28
22
"angular-mocks-1.3.2" : " angular-mocks#1.3.2"
29
23
},
30
24
"dependencies" : {
You can’t perform that action at this time.
0 commit comments