Skip to content

Commit c24b974

Browse files
chore: Bump package version to 1.2.4, update repository URL format, simplify bin paths, and remove explicit publish registry.
1 parent f9d1b39 commit c24b974

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
11
{
22
"name": "tryappstack",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "CLI tool to bootstrap production-ready applications using modern boilerplates",
55
"license": "MIT",
66
"author": "Dushyant Khoda",
77
"homepage": "https://tryappstack.vercel.app",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/Dushyant-Khoda/tryappstack-cli"
10+
"url": "git+https://github.com/Dushyant-Khoda/tryappstack-cli.git"
1111
},
1212
"bugs": {
1313
"url": "https://github.com/Dushyant-Khoda/tryappstack-cli/issues"
1414
},
1515
"main": "lib/commands/init.js",
1616
"bin": {
17-
"tryappstack": "./bin/cli.js",
18-
"tas": "./bin/cli.js"
17+
"tryappstack": "bin/cli.js",
18+
"tas": "bin/cli.js"
1919
},
2020
"publishConfig": {
21-
"access": "public",
22-
"registry": "https://registry.npmjs.org"
21+
"access": "public"
2322
},
2423
"files": [
2524
"bin/",

0 commit comments

Comments
 (0)