mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-28 16:06:47 +01:00
editor: remove prosemirror-utils lib as it's incompatible with windows
This commit is contained in:
@@ -3,10 +3,6 @@
|
||||
"version": "1.3.1",
|
||||
"main": "dist/index.js",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/streetwriters/notesnook-editor.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@_ueberdosis/prosemirror-tables": "^1.1.3",
|
||||
"@emotion/react": "^11.10.0",
|
||||
@@ -41,7 +37,6 @@
|
||||
"prism-themes": "^1.9.0",
|
||||
"prosemirror-codemark": "^0.4.1",
|
||||
"prosemirror-commands": "^1.3.1",
|
||||
"prosemirror-utils": "github:atlassian/prosemirror-utils",
|
||||
"prosemirror-view": "1.29.0",
|
||||
"re-resizable": "^6.9.9",
|
||||
"react-colorful": "^5.5.1",
|
||||
@@ -86,5 +81,10 @@
|
||||
"publishConfig": {
|
||||
"registry": "https://npm.pkg.github.com",
|
||||
"access": "restricted"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/streetwriters/notesnook.git",
|
||||
"directory": "packages/editor"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user