Skip to content

Commit

Permalink
Renaming document-core
Browse files Browse the repository at this point in the history
  • Loading branch information
cohitre committed Feb 23, 2024
1 parent 1523326 commit 8359963
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 65 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 8359963

Please sign in to comment.