summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorshampton <shampton@gitlab.com>2019-08-23 12:57:21 -0700
committershampton <shampton@gitlab.com>2019-08-23 12:57:21 -0700
commitc96adfcd6c9d303f3f7f86e441e57cb3ce8a286e (patch)
tree4251679d2f0abaf244984d55a1ad45e2cbc934b4 /package.json
parent8f797950e8e5f92da800d67444a1f67bb6078f21 (diff)
downloadgitlab-ce-c96adfcd6c9d303f3f7f86e441e57cb3ce8a286e.tar.gz
Move visual review toolbar to NPM
Remove the visual review toolbar code in favor of using the NPM package.
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index df5f758fa20..384584a944a 100644
--- a/package.json
+++ b/package.json
@@ -26,8 +26,7 @@
"stylelint-create-utility-map": "node scripts/frontend/stylelint/stylelint-utility-map.js",
"test": "node scripts/frontend/test",
"webpack": "NODE_OPTIONS=\"--max-old-space-size=3584\" webpack --config config/webpack.config.js",
- "webpack-prod": "NODE_OPTIONS=\"--max-old-space-size=3584\" NODE_ENV=production webpack --config config/webpack.config.js",
- "webpack-vrt": "NODE_OPTIONS=\"--max-old-space-size=3584\" NODE_ENV=production webpack --config config/webpack.config.review_toolbar.js"
+ "webpack-prod": "NODE_OPTIONS=\"--max-old-space-size=3584\" NODE_ENV=production webpack --config config/webpack.config.js"
},
"dependencies": {
"@babel/core": "^7.5.5",
@@ -40,6 +39,7 @@
"@gitlab/csslab": "^1.9.0",
"@gitlab/svgs": "^1.68.0",
"@gitlab/ui": "5.18.0",
+ "@gitlab/visual-review-tools": "^1.0.0",
"apollo-cache-inmemory": "^1.5.1",
"apollo-client": "^2.5.1",
"apollo-link": "^1.2.11",