Skip to content

Commit 89e2098

Browse files
committed
fix package.json
1 parent 185ef11 commit 89e2098

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@assistant-ui/xpm",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Universal package manager wrapper that automatically detects and uses the right package manager",
55
"main": "dist/index.js",
66
"bin": {
7-
"xpm": "./dist/cli.js",
8-
"xpx": "./dist/xpx-cli.js"
7+
"xpm": "dist/cli.js",
8+
"xpx": "dist/xpx-cli.js"
99
},
1010
"scripts": {
1111
"build": "tsc",
@@ -42,7 +42,7 @@
4242
},
4343
"repository": {
4444
"type": "git",
45-
"url": "https://github.com/assistant-ui/xpm"
45+
"url": "git+https://github.com/assistant-ui/xpm.git"
4646
},
4747
"bugs": {
4848
"url": "https://github.com/assistant-ui/xpm/issues"

0 commit comments

Comments
 (0)