diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2018-01-09 08:53:27 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-01-09 08:53:27 +0000 |
commit | d222bcc9320598fbfedba6106a59a8371ac51746 (patch) | |
tree | a1d4269c6e632d32cacb438e8fbc3bf82a9527f9 /package.json | |
parent | 7b2f9af4486b26512a2fefb3f385a2b8fa65a068 (diff) | |
download | gitlab-ce-d222bcc9320598fbfedba6106a59a8371ac51746.tar.gz |
Resolve "Install dev dependencies as devDependencies instead of dependencies"
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 1f83f62e7f7..5b9b90f0e77 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,6 @@ "dependencies": { "autosize": "^4.0.0", "axios": "^0.17.1", - "axios-mock-adapter": "^1.10.0", "babel-core": "^6.26.0", "babel-eslint": "^8.0.2", "babel-loader": "^7.1.2", @@ -89,6 +88,7 @@ }, "devDependencies": { "@gitlab-org/gitlab-svgs": "^1.5.0", + "axios-mock-adapter": "^1.10.0", "babel-plugin-istanbul": "^4.1.5", "eslint": "^3.10.1", "eslint-config-airbnb-base": "^10.0.1", |