Skip to content

Commit

Permalink
Merge pull request #8 from marekdedic/prosemirror-view-dev-dependency
Browse files Browse the repository at this point in the history
Maded prosemirror-view a dev-dependency as it isn't actually needed
  • Loading branch information
marekdedic authored May 16, 2023
2 parents 8ecb34c + c163422 commit c070403
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"prosemirror-schema-list": "^1.2.2",
"prosemirror-state": "^1.4.2",
"prosemirror-unified": "^0.1.0",
"prosemirror-view": "^1.30.2",
"remark-parse": "^10.0.1",
"remark-stringify": "^10.0.2",
"unified": "^10.1.2"
Expand All @@ -55,6 +54,7 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"prettier": "^2.8.7",
"prosemirror-view": "^1.30.2",
"ts-loader": "^9.4.2",
"webpack": "^5.80.0",
"webpack-cli": "^5.0.1"
Expand Down
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ function createConfig(libraryType, extension) {
"prosemirror-schema-list": "module prosemirror-schema-list",
"prosemirror-state": "module prosemirror-state",
"prosemirror-unified": "module prosemirror-unified",
"prosemirror-view": "module prosemirror-view",
"remark-parse": "module remark-parse",
"remark-stringify": "module remark-stringify",
unified: "module unified",
Expand Down

0 comments on commit c070403

Please sign in to comment.