There was an error while loading. Please reload this page.
1 parent 185ef11 commit 89e2098Copy full SHA for 89e2098
1 file changed
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "@assistant-ui/xpm",
3
- "version": "0.0.7",
+ "version": "0.0.8",
4
"description": "Universal package manager wrapper that automatically detects and uses the right package manager",
5
"main": "dist/index.js",
6
"bin": {
7
- "xpm": "./dist/cli.js",
8
- "xpx": "./dist/xpx-cli.js"
+ "xpm": "dist/cli.js",
+ "xpx": "dist/xpx-cli.js"
9
},
10
"scripts": {
11
"build": "tsc",
@@ -42,7 +42,7 @@
42
43
"repository": {
44
"type": "git",
45
- "url": "https://github.com/assistant-ui/xpm"
+ "url": "git+https://github.com/assistant-ui/xpm.git"
46
47
"bugs": {
48
"url": "https://github.com/assistant-ui/xpm/issues"
0 commit comments