Skip to content
This repository was archived by the owner on Mar 26, 2018. It is now read-only.

Commit cab7c42

Browse files
committed
fix(build): updated generated dependencies
ref #256
1 parent 5d1f7fc commit cab7c42

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

app/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Generator.prototype.createIndexHtml = function createIndexHtml() {
206206
};
207207

208208
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');
211211
this.template('../../templates/common/Gruntfile.js', 'Gruntfile.js');
212212
};
File renamed without changes.

templates/common/package.json templates/common/_package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
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",
@@ -20,9 +20,9 @@
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
},

0 commit comments

Comments
 (0)