File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 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() {
206206} ;
207207
208208Generator . 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' ) ;
211211 this . template ( '../../templates/common/Gruntfile.js' , 'Gruntfile.js' ) ;
212212} ;
File renamed without changes.
Original file line number Diff line number Diff line change 55 "devDependencies" : {
66 "grunt" : " ~0.4.1" ,
77 "grunt-contrib-copy" : " ~0.4.1" ,
8- "grunt-contrib-concat" : " ~0.2 .0" ,
8+ "grunt-contrib-concat" : " ~0.3 .0" ,
99 "grunt-contrib-coffee" : " ~0.7.0" ,
1010 "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 " ,
1313 "grunt-contrib-cssmin" : " ~0.6.0" ,
1414 "grunt-contrib-connect" : " ~0.3.0" ,
1515 "grunt-contrib-clean" : " ~0.4.1" ,
2020 "grunt-rev" : " ~0.1.0" ,
2121 "grunt-karma" : " ~0.4.3" ,
2222 "grunt-open" : " ~0.2.0" ,
23- "grunt-concurrent" : " ~0.1 .0" ,
23+ "grunt-concurrent" : " ~0.3 .0" ,
2424 "matchdep" : " ~0.1.2" ,
25- "connect-livereload" : " ~0.1.4 " ,
25+ "connect-livereload" : " ~0.2.0 " ,
2626 "grunt-google-cdn" : " ~0.2.0" ,
2727 "grunt-ngmin" : " ~0.0.2"
2828 },
You can’t perform that action at this time.
0 commit comments