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

Commit

Permalink
fix(build): updated generated dependencies
Browse files Browse the repository at this point in the history
ref #256
  • Loading branch information
passy committed Jun 26, 2013
1 parent 5d1f7fc commit cab7c42
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/index.js
Expand Up @@ -206,7 +206,7 @@ Generator.prototype.createIndexHtml = function createIndexHtml() {
};

Generator.prototype.packageFiles = function () {
this.template('../../templates/common/bower.json', 'bower.json');
this.template('../../templates/common/package.json', 'package.json');
this.template('../../templates/common/_bower.json', 'bower.json');
this.template('../../templates/common/_package.json', 'package.json');
this.template('../../templates/common/Gruntfile.js', 'Gruntfile.js');
};
File renamed without changes.
10 changes: 5 additions & 5 deletions templates/common/package.json → templates/common/_package.json
Expand Up @@ -5,11 +5,11 @@
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-concat": "~0.2.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-compass": "~0.2.0",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-compass": "~0.3.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-cssmin": "~0.6.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-clean": "~0.4.1",
Expand All @@ -20,9 +20,9 @@
"grunt-rev": "~0.1.0",
"grunt-karma": "~0.4.3",
"grunt-open": "~0.2.0",
"grunt-concurrent": "~0.1.0",
"grunt-concurrent": "~0.3.0",
"matchdep": "~0.1.2",
"connect-livereload": "~0.1.4",
"connect-livereload": "~0.2.0",
"grunt-google-cdn": "~0.2.0",
"grunt-ngmin": "~0.0.2"
},
Expand Down

0 comments on commit cab7c42

Please sign in to comment.