Skip to content

Commit

Permalink
Move eslint-config-ember to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlafroscia committed Mar 22, 2016
1 parent 90ed986 commit 2c5992b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions blueprints/ember-cli-eslint/index.js
Expand Up @@ -5,13 +5,5 @@ module.exports = {
// this prevents an error when the entityName is
// not specified (since that doesn't actually matter
// to us
},

afterInstall: function () {
return this.addPackageToProject('eslint-config-ember', '^0.3.0');
},

afterUninstall: function () {
return this.removePackageFromProject('eslint-config-ember');
},
}
};
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -44,14 +44,14 @@
"ember-load-initializers": "^0.5.0",
"ember-resolver": "^2.0.3",
"ember-try": "^0.1.2",
"eslint-config-ember": "^0.3.0",
"express": "^4.12.3",
"loader.js": "^4.0.0",
"phantomjs": "^2.1.3"
},
"dependencies": {
"broccoli-lint-eslint": "^2.0.0",
"ember-cli-babel": "^5.1.5",
"eslint-config-ember": "^0.3.0",
"js-string-escape": "^1.0.0"
},
"keywords": [
Expand Down

0 comments on commit 2c5992b

Please sign in to comment.