Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Reis <vinicius.reis@nextcloud.com>2022-05-17 16:34:31 +0300
committerMax <max@nextcloud.com>2022-06-07 20:42:02 +0300
commit8160c3c21fa20d48cc4d5e0404e8178e2fa9f659 (patch)
treef64663a28882a7170989de17147d0459cdcfbb28 /package.json
parentaa9f1f13e6cc5403db4e34fdee480aa119143713 (diff)
🐛 use path-normalize instead of node:path
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com> Signed-off-by: Max <max@nextcloud.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index a505a8464..aefb2301f 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,9 @@
}
],
"license": "agpl",
- "files": ["dist"],
+ "files": [
+ "dist"
+ ],
"module": "dist/index.js",
"main": "dist/index.js",
"scripts": {
@@ -80,6 +82,7 @@
"markdown-it-container": "^3.0.0",
"markdown-it-task-lists": "^2.1.1",
"mitt": "^3.0.0",
+ "path-normalize": "^6.0.2",
"prosemirror-collab": "^1.2.2",
"prosemirror-inputrules": "^1.2.0",
"prosemirror-markdown": "^1.8.0",