summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-02-20 16:05:16 -0600
committerMike Greiling <mike@pixelcog.com>2018-02-20 16:05:16 -0600
commit37de19b49634c934c4b9389ed12fb46c7071589f (patch)
tree7038fc190a84976e58ca05a706fffa1bf3299874 /package.json
parent27e12f216d408897a1dbe619db1c479fe7f1bc68 (diff)
downloadgitlab-ce-37de19b49634c934c4b9389ed12fb46c7071589f.tar.gz
move babel-eslint to devDependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 2b383722c28..dc5c891176e 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,6 @@
"autosize": "^4.0.0",
"axios": "^0.17.1",
"babel-core": "^6.26.0",
- "babel-eslint": "^8.0.2",
"babel-loader": "^7.1.2",
"babel-plugin-transform-define": "^1.3.0",
"babel-preset-latest": "^6.24.1",
@@ -94,6 +93,7 @@
"devDependencies": {
"@gitlab-org/gitlab-svgs": "^1.8.0",
"axios-mock-adapter": "^1.10.0",
+ "babel-eslint": "^8.0.2",
"babel-plugin-istanbul": "^4.1.5",
"eslint": "^3.18.0",
"eslint-config-airbnb-base": "^10.0.1",