mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
fix: move dependency to editor-client
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"name": "@node-red/editor-client",
|
||||
"version": "4.0.0-beta.2",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/node-red/node-red.git"
|
||||
@@ -14,5 +15,9 @@
|
||||
"name": "Dave Conway-Jones"
|
||||
}
|
||||
],
|
||||
"main": "./index.js"
|
||||
"dependencies": {
|
||||
"dompurify": "2.4.1",
|
||||
"marked": "4.3.0",
|
||||
"mermaid": "^10.4.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user