Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw committed Jul 27, 2016
1 parent ca278fe commit 5971ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.js
Expand Up @@ -69,7 +69,7 @@ module.exports = generators.Base.extend({
writing: function () {
var pkg = this.fs.readJSON(this.destinationPath('package.json'), {});
extend(pkg, {
main: "generators/app/index.js",
main: 'generators/app/index.js',
dependencies: {
'yeoman-generator': '^0.24.0',
'yeoman-easily': '^0.3.4',
Expand Down

0 comments on commit 5971ab8

Please sign in to comment.