Skip to content

Commit 473f7bd

Browse files
committed
fix pkg issues
1 parent 868304b commit 473f7bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/create-vorsteh-queue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"bugs": "https://github.com/noxify/vorsteh-queue/issues",
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/noxify/vorsteh-queue",
16+
"url": "git+https://github.com/noxify/vorsteh-queue.git",
1717
"directory": "packages/create-vorsteh-queue"
1818
},
1919
"license": "MIT",
2020
"type": "module",
2121
"bin": {
22-
"create-vorsteh-queue": "./dist/index.js"
22+
"create-vorsteh-queue": "dist/index.js"
2323
},
2424
"files": [
2525
"dist/*"

0 commit comments

Comments
 (0)