Skip to content

Commit

Permalink
Add entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown committed Aug 18, 2021
1 parent 6ef8b8e commit 0d75011
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/keystone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"session",
"dist",
"static",
"admin-ui"
"admin-ui",
"testing"
],
"bin": {
"keystone-next": "bin/cli.js"
Expand Down Expand Up @@ -128,6 +129,7 @@
"___internal-do-not-use-will-break-in-patch/admin-ui/{next-config.ts,id-field-view.tsx}",
"artifacts.ts",
"migrations.ts",
"testing.ts",
"schema/index.ts",
"session/index.ts",
"scripts/index.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/keystone/testing/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"main": "dist/keystone.cjs.js",
"module": "dist/keystone.esm.js"
}

0 comments on commit 0d75011

Please sign in to comment.