Use packaged version of node-yaml
This commit is contained in:
parent
f35aed7c04
commit
af0eff889d
2 changed files with 8 additions and 1 deletions
1
debian/control
vendored
1
debian/control
vendored
|
@ -510,6 +510,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
node-webpack-stats-plugin,
|
||||
node-worker-loader (>= 2.0~),
|
||||
node-xterm,
|
||||
node-yaml,
|
||||
# using yarn install for remaining node modules as it is in contrib
|
||||
# node-babel-core,
|
||||
# node-babel-eslint,
|
||||
|
|
|
@ -192,7 +192,7 @@ Use debian packaged node modules when available
|
|||
"prismjs": "^1.21.0",
|
||||
"prosemirror-markdown": "1.9.1",
|
||||
"prosemirror-model": "^1.18.1",
|
||||
@@ -170,27 +170,26 @@
|
||||
@@ -170,32 +170,31 @@
|
||||
"style-loader": "^2.0.0",
|
||||
"swagger-ui-dist": "4.12.0",
|
||||
"three": "^0.84.0",
|
||||
|
@ -225,3 +225,9 @@ Use debian packaged node modules when available
|
|||
"webpack-cli": "^4.10.0",
|
||||
"webpack-stats-plugin": "^0.3.1",
|
||||
"worker-loader": "^2.0.0",
|
||||
"xterm": "3.14.5",
|
||||
- "yaml": "^2.0.0-10"
|
||||
+ "yaml": "link:/usr/share/nodejs/yaml"
|
||||
},
|
||||
"devDependencies": {
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue