Skip to content

Commit

Permalink
rename module
Browse files Browse the repository at this point in the history
  • Loading branch information
joostvanderborg committed May 10, 2022
1 parent 19b2f50 commit e6ccd7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { typescript } = require('projen');
const { NpmAccess } = require('projen/lib/javascript');
const project = new typescript.TypeScriptProject({
defaultReleaseBranch: 'main',
name: 'npm-module',
name: 'joost-test-module-npm',
release: true,
publishTasks: true,
npmAccess: NpmAccess.PUBLIC,
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 e6ccd7f

Please sign in to comment.