diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-07-18 04:01:19 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-07-18 04:01:19 -0500 |
commit | ce9a4ea67d25aeb3452f47e7b27f8ce4484db3c1 (patch) | |
tree | fb971b7ad652872d002caedb6838a562d81a52a0 /package.json | |
parent | cb17564566cb0e7399053ad5ec9d2e0ef5f5340f (diff) | |
download | gitlab-ce-ce9a4ea67d25aeb3452f47e7b27f8ce4484db3c1.tar.gz |
move copy-webpack-plugin to production dependencies
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index 7783b2c2dd4..16497ba0ea5 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,6 @@ }, "devDependencies": { "babel-plugin-istanbul": "^4.0.0", - "copy-webpack-plugin": "^4.0.1", "eslint": "^3.10.1", "eslint-config-airbnb-base": "^10.0.1", "eslint-import-resolver-webpack": "^0.8.1", |