Switch remaining portal urls to link urls in package.json
This commit is contained in:
parent
a90fb1b0b8
commit
c16076696d
1 changed files with 4 additions and 3 deletions
|
@ -153,7 +153,7 @@ Use debian packaged node modules when available
|
|||
"diff": "^3.4.0",
|
||||
"document-register-element": "1.14.3",
|
||||
"dompurify": "^2.1.1",
|
||||
@@ -85,79 +77,80 @@
|
||||
@@ -85,79 +77,81 @@
|
||||
"editorconfig": "^0.15.3",
|
||||
"emoji-regex": "^7.0.3",
|
||||
"emoji-unicode-version": "^0.2.1",
|
||||
|
@ -187,7 +187,7 @@ Use debian packaged node modules when available
|
|||
+ "js-cookie": "link:/usr/share/nodejs/js-cookie",
|
||||
+ "js-yaml": "link:/usr/share/nodejs/js-yaml",
|
||||
+ "jszip": "link:/usr/share/nodejs/jszip",
|
||||
+ "jszip-utils": "portal:/usr/share/nodejs/jszip-utils",
|
||||
+ "jszip-utils": "link:/usr/share/nodejs/jszip-utils",
|
||||
+ "katex": "link:/usr/share/nodejs/katex",
|
||||
"lodash": "^4.17.20",
|
||||
"marked": "^0.3.12",
|
||||
|
@ -259,9 +259,10 @@ Use debian packaged node modules when available
|
|||
- "webpack-stats-plugin": "^0.3.1",
|
||||
- "worker-loader": "^2.0.0",
|
||||
- "xterm": "3.14.5"
|
||||
+ "webpack": "link:/usr/share/nodejs/webpack",
|
||||
+ "webpack-stats-plugin": "link:/usr/share/nodejs/webpack-stats-plugin",
|
||||
+ "worker-loader": "link:/usr/share/nodejs/worker-loader",
|
||||
+ "xterm": "portal:/usr/share/nodejs/xterm",
|
||||
+ "xterm": "link:/usr/share/nodejs/xterm",
|
||||
+ "loader-utils": "link:/usr/share/nodejs/loader-utils",
|
||||
+ "mkdirp": "link:/usr/share/nodejs/mkdirp",
|
||||
+ "postcss": "link:/usr/share/nodejs/postcss",
|
||||
|
|
Loading…
Reference in a new issue