This repository was archived by the owner on Mar 26, 2018. It is now read-only.
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ Generator.prototype.createIndexHtml = function createIndexHtml() {
206
206
} ;
207
207
208
208
Generator . prototype . packageFiles = function ( ) {
209
- this . template ( '../../templates/common/bower .json' , 'bower.json' ) ;
210
- this . template ( '../../templates/common/package .json' , 'package.json' ) ;
209
+ this . template ( '../../templates/common/_bower .json' , 'bower.json' ) ;
210
+ this . template ( '../../templates/common/_package .json' , 'package.json' ) ;
211
211
this . template ( '../../templates/common/Gruntfile.js' , 'Gruntfile.js' ) ;
212
212
} ;
File renamed without changes.
Original file line number Diff line number Diff line change 5
5
"devDependencies" : {
6
6
"grunt" : " ~0.4.1" ,
7
7
"grunt-contrib-copy" : " ~0.4.1" ,
8
- "grunt-contrib-concat" : " ~0.2 .0" ,
8
+ "grunt-contrib-concat" : " ~0.3 .0" ,
9
9
"grunt-contrib-coffee" : " ~0.7.0" ,
10
10
"grunt-contrib-uglify" : " ~0.2.0" ,
11
- "grunt-contrib-compass" : " ~0.2 .0" ,
12
- "grunt-contrib-jshint" : " ~0.4.3 " ,
11
+ "grunt-contrib-compass" : " ~0.3 .0" ,
12
+ "grunt-contrib-jshint" : " ~0.6.0 " ,
13
13
"grunt-contrib-cssmin" : " ~0.6.0" ,
14
14
"grunt-contrib-connect" : " ~0.3.0" ,
15
15
"grunt-contrib-clean" : " ~0.4.1" ,
20
20
"grunt-rev" : " ~0.1.0" ,
21
21
"grunt-karma" : " ~0.4.3" ,
22
22
"grunt-open" : " ~0.2.0" ,
23
- "grunt-concurrent" : " ~0.1 .0" ,
23
+ "grunt-concurrent" : " ~0.3 .0" ,
24
24
"matchdep" : " ~0.1.2" ,
25
- "connect-livereload" : " ~0.1.4 " ,
25
+ "connect-livereload" : " ~0.2.0 " ,
26
26
"grunt-google-cdn" : " ~0.2.0" ,
27
27
"grunt-ngmin" : " ~0.0.2"
28
28
},
You can’t perform that action at this time.
0 commit comments