Skip to content

Commit

Permalink
feat: add re-export of prosemirror-test-builder (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m1d0v authored Dec 21, 2023
1 parent bee420d commit 6eaf21b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions 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 @@ -97,6 +97,7 @@
"prosemirror-model": "1.19.4",
"prosemirror-schema-list": "1.3.0",
"prosemirror-state": "1.4.3",
"prosemirror-test-builder": "1.1.1",
"prosemirror-transform": "1.8.0",
"prosemirror-utils": "1.2.0",
"prosemirror-view": "1.32.7",
Expand Down Expand Up @@ -139,7 +140,6 @@
"postcss": "^8.4.27",
"prettier": "2.7.1",
"prosemirror-dev-toolkit": "1.1.5",
"prosemirror-test-builder": "1.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "3.0.2",
Expand Down
1 change: 1 addition & 0 deletions src/pm/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
### Also some other modules:

- [prosemirror-utils](https://github.com/atlassian/prosemirror-utils)
- [prosemirror-test-builder](https://github.com/ProseMirror/prosemirror-test-builder)
1 change: 1 addition & 0 deletions src/pm/test-builder.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from 'prosemirror-test-builder';

0 comments on commit 6eaf21b

Please sign in to comment.