diff --git a/packages/r3f/package.json b/packages/r3f/package.json index 912bdb0..5549d24 100644 --- a/packages/r3f/package.json +++ b/packages/r3f/package.json @@ -27,7 +27,7 @@ ], "exports": { ".": "./dist/index.js", - "./extension": "./dist/extension/index.js" + "./dist/extension": "./dist/extension/index.js" }, "scripts": { "prepack": "yarn run build", diff --git a/packages/r3f/src/index.ts b/packages/r3f/src/index.ts index 5939ac6..f030548 100644 --- a/packages/r3f/src/index.ts +++ b/packages/r3f/src/index.ts @@ -1,7 +1,7 @@ export {default as editable} from './main/editable' export type {EditableState, BindFunction} from './main/store' /** - * This is a private API that's exported so that `@theatre/r3f/extension` + * This is a private API that's exported so that `@theatre/r3f/dist/extension` * and `@theatre/r3f` can talk to one another. This API _could_ change * between patch releases, so please don't build on it :) * @@ -12,7 +12,7 @@ export { allRegisteredObjects as __private_allRegisteredObjects, } from './main/store' /** - * This is a private API that's exported so that `@theatre/r3f/extension` + * This is a private API that's exported so that `@theatre/r3f/dist/extension` * and `@theatre/r3f` can talk to one another. This API _could_ change * between patch releases, so please don't build on it :) *