Skip to content

Commit

Permalink
feat: add entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioCafolla committed Feb 6, 2023
1 parent 219a853 commit 6ad3c8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ const project = new cdk.JsiiProject({
defaultReleaseBranch: 'main',
name: 'neulabs-cdk-constructs',
repositoryUrl: 'https://github.com/neulabscom/neulabs-cdk-constructs.git',
authorOrganization: true,
entrypoint: 'lib/index.js',

packageManager: javascript.NodePackageManager.YARN,

peerDeps: [
`aws-cdk-lib@${cdkVersion}`,
],
Expand Down
2 changes: 1 addition & 1 deletion package.json

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

0 comments on commit 6ad3c8d

Please sign in to comment.