Skip to content

Commit

Permalink
Merge pull request #9 from furzeface/feature/config
Browse files Browse the repository at this point in the history
Feature/config
  • Loading branch information
zenorocha committed Dec 5, 2014
2 parents 1c0dbdf + 8a3512e commit 4a6008f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ var Generator = module.exports = function() {

this.copy(file, file);
}, this);

this.config.save();
};

Generator.name = "jQuery Boilerplate";
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"npm": ">=1.2.10"
},
"dependencies": {
"yeoman-generator": "~0.12.0",
"chalk": "~0.2.0"
"yeoman-generator": "~0.18.0",
"chalk": "~0.5.1"
},
"devDependencies": {
"mocha": "~1.12.0"
"mocha": "~2.0.1"
}
}

0 comments on commit 4a6008f

Please sign in to comment.