Skip to content

Commit

Permalink
M package-lock.json
Browse files Browse the repository at this point in the history
 M package.json
 M src/main.ts
  • Loading branch information
NazmusSayad committed Aug 25, 2024
1 parent dfcdee6 commit f573a1f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "npmize",
"description": "Let's create an npm package without worrying about anything.",
"version": "1.0.11",
"version": "1.0.12",
"bin": "./dist/index.js",
"scripts": {
"dev": "tsc -w",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ app
})
})

const devAndBuild = NoArg.createConfig({
const devAndBuild = NoArg.defineConfig({
optionalArguments: [
{
name: 'root',
Expand Down

0 comments on commit f573a1f

Please sign in to comment.