Skip to content

Commit

Permalink
feat: revise exports
Browse files Browse the repository at this point in the history
  • Loading branch information
robertu7 committed Mar 23, 2023
1 parent cd7fc0e commit b5244e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matters/matters-editor",
"version": "0.2.0-alpha.22",
"version": "0.2.0-alpha.23",
"description": "Editor for matters.news",
"author": "https://github.com/thematters",
"homepage": "https://github.com/thematters/matters-editor",
Expand Down
4 changes: 2 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default [
baseContents: {
name: `${packageJson.name}/editors`,
private: true,
main: '../index.cjs',
main: './index.cjs',
module: './index.esm.js',
types: './types/src/editors/index.d.ts',
},
Expand Down Expand Up @@ -85,7 +85,7 @@ export default [
baseContents: {
name: `${packageJson.name}/transformers`,
private: true,
main: '../index.cjs',
main: './index.cjs',
module: './index.esm.js',
types: './types/src/transformers/index.d.ts',
},
Expand Down

0 comments on commit b5244e1

Please sign in to comment.