mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 17:55:17 -04:00
fix: remove vega node version
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
e0dcc525fb
commit
c0a65a0e09
4 changed files with 29 additions and 2 deletions
15
.yarn/patches/remove-vega-canvas-node.patch
Normal file
15
.yarn/patches/remove-vega-canvas-node.patch
Normal file
|
@ -0,0 +1,15 @@
|
|||
diff --git a/package.json b/package.json
|
||||
index 2a14fcbae9d8c3b147f8a67aaa11c81dcab03188..c01e841bcedffdce3cb58af9bdd25743efbb9c4d 100644
|
||||
--- a/package.json
|
||||
+++ b/package.json
|
||||
@@ -9,8 +9,8 @@
|
||||
],
|
||||
"license": "BSD-3-Clause",
|
||||
"author": "Jeffrey Heer (http://idl.cs.washington.edu)",
|
||||
- "main": "build/vega-canvas.node.js",
|
||||
- "module": "build/vega-canvas.node.module.js",
|
||||
+ "main": "build/vega-canvas.browser.js",
|
||||
+ "module": "build/vega-canvas.browser.module.js",
|
||||
"unpkg": "build/vega-canvas.min.js",
|
||||
"jsdelivr": "build/vega-canvas.min.js",
|
||||
"repository": "vega/vega",
|
Loading…
Add table
Add a link
Reference in a new issue