Skip to content

Commit

Permalink
Merge pull request #152 from Turbo87/eslint
Browse files Browse the repository at this point in the history
package.json: Move `babel-eslint` into `devDependencies`
  • Loading branch information
dcyriller authored Nov 22, 2019
2 parents adc496a + 1248f08 commit 0496a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"test:all": "ember try:each"
},
"dependencies": {
"babel-eslint": "^10.0.1",
"ember-cli-babel": "^7.1.4",
"ember-cli-htmlbars": "^4.0.8",
"intl-tel-input": "^15.0.2"
},
"devDependencies": {
"@ember/optional-features": "^1.0.0",
"babel-eslint": "^10.0.1",
"broccoli-asset-rev": "^3.0.0",
"broccoli-funnel": "^2.0.1",
"broccoli-merge-trees": "^3.0.1",
Expand Down

0 comments on commit 0496a9b

Please sign in to comment.