Skip to content

Commit

Permalink
Setting default exports (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
cohitre authored Feb 14, 2024
1 parent 6ce15fc commit b746366
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usewaypoint/document",
"version": "0.0.4",
"version": "0.0.5",
"description": "Tools to render waypoint-style documents.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export { default as buildBlockComponent } from './builders/buildBlockComponent';
export { default as buildBlockConfigurationSchema } from './builders/buildBlockConfigurationSchema';
export { default as buildBlockConfigurationByIdSchema } from './builders/buildBlockConfigurationByIdSchema';
export { default as buildDocumentDictionaryContext } from './builders/buildDocumentReader';
export { default as buildDocumentReader } from './builders/buildDocumentReader';
export { default as buildDocumentEditor } from './builders/buildDocumentEditor';
export { DocumentBlocksDictionary } from './utils';

0 comments on commit b746366

Please sign in to comment.