You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "@ptkdev/node-cli-boilerplate",
3
3
"displayName": "Node Command Line Interface Boilerplate",
4
4
"description": "Create node cli with this user friendly boilerplate. Use this respository as template for your new npm command line interface project",
5
-
"version": "3.0.0-nightly.77",
5
+
"version": "3.0.0-beta.1",
6
6
"main": "dist/cli/cli.js",
7
7
"type": "module",
8
8
"bin": {
@@ -60,7 +60,7 @@
60
60
"pkg-upgrade": "npx --yes npm-check-updates -u && npm run pkg-legacy",
61
61
"pkg-upgrade-manually": "npx npm-check-updates --interactive && npm run pkg-legacy",
0 commit comments