Skip to content

Commit

Permalink
feat(remirror): add entrypoint for react/renderers
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Jul 24, 2020
1 parent e554ce8 commit 65efac9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/stupid-crabs-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'remirror': minor
---

Add new entrypoint for `@remirror/react/renderers`.
2 changes: 1 addition & 1 deletion packages/@remirror/react/renderers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"./dist/react.cjs.js": "./dist/react.browser.cjs.js",
"./dist/react.esm.js": "./dist/react.browser.esm.js"
},
"types": "dist/remirror.cjs.d.ts",
"types": "dist/react.cjs.d.ts",
"preconstruct": {
"source": "../src/renderers/index"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/remirror/react/renderers/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"main": "dist/remirror.cjs.js",
"module": "dist/remirror.esm.js",
"types": "dist/remirror.cjs.d.ts",
"preconstruct": {
"source": "../../src/react/renderers"
}
}
1 change: 1 addition & 0 deletions packages/remirror/src/react/renderers.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from '@remirror/react/renderers';

1 comment on commit 65efac9

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://remirror.io as production
🚀 Deployed on https://5f1ba042a27f04f6a99ffadf--remirror.netlify.app

Please sign in to comment.