This repository was archived by the owner on Oct 2, 2019. It is now read-only.
File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
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 9
9
"style" : " dist/select.css" ,
10
10
"version" : " 0.16.0" ,
11
11
"devDependencies" : {
12
+ "angular" : " ^1.2.18" ,
13
+ "angular-mocks" : " ^1.2.18" ,
14
+ "angular-sanitize" : " ^1.2.18" ,
12
15
"bower" : " ~1.3" ,
13
16
"conventional-changelog" : " ^0.5.3" ,
14
17
"conventional-recommended-bump" : " 0.0.3" ,
31
34
"gulp-tag-version" : " ^1.3.0" ,
32
35
"gulp-uglify" : " ~0.3.1" ,
33
36
"gulp-util" : " ^2.2.19" ,
37
+ "jquery" : " ~1.11" ,
34
38
"jshint-stylish" : " ~0.3.0" ,
35
39
"karma" : " ^0.12.16" ,
36
40
"karma-chrome-launcher" : " ^0.1.3" ,
You can’t perform that action at this time.
0 commit comments