Skip to content

Commit

Permalink
fix: make sure to include .js files in package
Browse files Browse the repository at this point in the history
  • Loading branch information
rlmartin committed Dec 17, 2022
1 parent 3567815 commit b09f2d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down
4 changes: 2 additions & 2 deletions package.json

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

0 comments on commit b09f2d5

Please sign in to comment.