diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-03-09 21:32:11 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2018-03-09 21:32:11 +0000 |
commit | b6a59ccc8f5c7a914627bd0504f879544514d72b (patch) | |
tree | 40645942e343681261be02381842452aadd239ce /package.json | |
parent | 0c4c8054beb75f056e0437a26cc6478bc6ebd453 (diff) | |
download | gitlab-ce-b6a59ccc8f5c7a914627bd0504f879544514d72b.tar.gz |
Remove sync script for gitlab-svgs and reference the vendored library directly
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 48954e071da..6549da99f97 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,11 @@ "karma": "karma start config/karma.config.js --single-run", "karma-coverage": "BABEL_ENV=coverage karma start config/karma.config.js --single-run", "karma-start": "karma start config/karma.config.js", - "svg": "node config/svg.config.js", "webpack": "webpack --config config/webpack.config.js", "webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js" }, "dependencies": { + "@gitlab-org/gitlab-svgs": "^1.13.0", "autosize": "^4.0.0", "axios": "^0.17.1", "babel-core": "^6.26.0", @@ -91,7 +91,6 @@ "worker-loader": "^1.1.0" }, "devDependencies": { - "@gitlab-org/gitlab-svgs": "^1.13.0", "axios-mock-adapter": "^1.10.0", "babel-eslint": "^8.0.2", "babel-plugin-istanbul": "^4.1.5", |