Skip to content

Commit

Permalink
Renaming document package to document-core (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
cohitre authored Feb 23, 2024
1 parent 1523326 commit fca0dea
Show file tree
Hide file tree
Showing 16 changed files with 7 additions and 69 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.

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

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usewaypoint/document",
"version": "0.0.7",
"name": "@usewaypoint/document-core",
"version": "0.0.1",
"description": "Tools to render waypoint-style documents (core package)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { default as buildBlockComponent } from './builders/buildBlockComponent';
export { default as buildBlockConfigurationSchema } from './builders/buildBlockConfigurationSchema';
export { default as buildDocumentHandlers } from './builders/buildDocumentHandlers';

export { BlockConfiguration, DocumentBlocksDictionary } from './utils';
File renamed without changes.
File renamed without changes.
File renamed without changes.
23 changes: 0 additions & 23 deletions packages/document/src/builders/buildDocumentHandlers.ts

This file was deleted.

39 changes: 0 additions & 39 deletions packages/document/tests/builder/buildDocumentHandlers.spec.tsx

This file was deleted.

0 comments on commit fca0dea

Please sign in to comment.