summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-03-09 21:32:11 +0000
committerClement Ho <clemmakesapps@gmail.com>2018-03-09 21:32:11 +0000
commitb6a59ccc8f5c7a914627bd0504f879544514d72b (patch)
tree40645942e343681261be02381842452aadd239ce /package.json
parent0c4c8054beb75f056e0437a26cc6478bc6ebd453 (diff)
downloadgitlab-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.json3
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",