This repository was archived by the owner on Oct 2, 2019. It is now read-only.
File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ module.exports = function(config) {
9
9
10
10
// List of files / patterns to load in the browser
11
11
files : [
12
- 'bower_components /jquery/dist/jquery.js' ,
13
- 'bower_components /angular/angular.js' ,
14
- 'bower_components /angular-sanitize/angular-sanitize.js' ,
15
- 'bower_components /angular-mocks/angular-mocks.js' ,
12
+ 'node_modules /jquery/dist/jquery.js' ,
13
+ 'node_modules /angular/angular.js' ,
14
+ 'node_modules /angular-sanitize/angular-sanitize.js' ,
15
+ 'node_modules /angular-mocks/angular-mocks.js' ,
16
16
17
17
'dist/select.js' ,
18
18
'test/helpers.js' ,
Original file line number Diff line number Diff line change 8
8
},
9
9
"version" : " 0.11.2" ,
10
10
"devDependencies" : {
11
+ "angular" : " ^1.2.18" ,
12
+ "angular-mocks" : " ^1.2.18" ,
13
+ "angular-sanitize" : " ^1.2.18" ,
11
14
"bower" : " ~1.3" ,
12
15
"del" : " ~0.1.1" ,
13
16
"event-stream" : " ~3.1.0" ,
23
26
"gulp-rename" : " ~0.2.2" ,
24
27
"gulp-uglify" : " ~0.3.1" ,
25
28
"gulp-util" : " ^2.2.19" ,
29
+ "jquery" : " ~1.11" ,
26
30
"jshint-stylish" : " ~0.3.0" ,
27
31
"karma" : " ^0.12.16" ,
28
32
"karma-chrome-launcher" : " ^0.1.3" ,
33
37
"karma-coverage" : " ~0.2"
34
38
},
35
39
"scripts" : {
36
- "postinstall" : " bower install" ,
37
40
"test" : " gulp test"
38
41
},
39
42
"license" : " MIT"
You can’t perform that action at this time.
0 commit comments