Skip to content

Commit 15ceae8

Browse files
committed
chore: bump version to 1.2.0 and update repository URL format in package.json
Signed-off-by: kaifcoder <kaifmohd2014@gmail.com>
1 parent d7db0ad commit 15ceae8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "create-polyglot",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "Scaffold polyglot microservice monorepos with built-in templates for Node, Python, Go, and more.",
55
"main": "bin/index.js",
66
"scripts": {
77
"create-polyglot": "node ./bin/index.js",
8-
"test": "vitest run",
8+
"test": "vitest run",
99
"docs:dev": "vitepress dev docs",
1010
"docs:build": "vitepress build docs",
1111
"docs:preview": "vitepress preview docs"
@@ -26,7 +26,7 @@
2626
],
2727
"repository": {
2828
"type": "git",
29-
"url": "https://github.com/kaifcoder/create-polyglot.git"
29+
"url": "git+https://github.com/kaifcoder/create-polyglot.git"
3030
},
3131
"homepage": "https://github.com/kaifcoder/create-polyglot#readme",
3232
"bugs": {

0 commit comments

Comments
 (0)