diff --git a/.projenrc.ts b/.projenrc.ts index 6b5a503..d7a7058 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -19,6 +19,7 @@ const project = new SkepPluginProject({ branches: ['main'], }, }, + entrypoint: 'dist/index.js', // deps: [], /* Runtime dependencies of this module. */ // description: undefined, /* The description is just a string that helps people understand the purpose of the package. */ diff --git a/package.json b/package.json index 5cb3d5b..5a04fe2 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "constructs": "~10", "projen": "~0" }, - "main": "lib/index.js", + "main": "dist/index.js", "license": "Apache-2.0", "publishConfig": { "access": "public" @@ -97,6 +97,6 @@ } } }, - "types": "lib/index.d.ts", + "types": "dist/index.d.ts", "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." }