We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868304b commit 473f7bdCopy full SHA for 473f7bd
packages/create-vorsteh-queue/package.json
@@ -13,13 +13,13 @@
13
"bugs": "https://github.com/noxify/vorsteh-queue/issues",
14
"repository": {
15
"type": "git",
16
- "url": "https://github.com/noxify/vorsteh-queue",
+ "url": "git+https://github.com/noxify/vorsteh-queue.git",
17
"directory": "packages/create-vorsteh-queue"
18
},
19
"license": "MIT",
20
"type": "module",
21
"bin": {
22
- "create-vorsteh-queue": "./dist/index.js"
+ "create-vorsteh-queue": "dist/index.js"
23
24
"files": [
25
"dist/*"
0 commit comments