@bullpenfi/cli 0.1.97 → 0.1.99

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -2
package/README.md CHANGED
@@ -12,7 +12,7 @@ npm install -g @bullpenfi/cli
12
12
 
13
13
  ```bash
14
14
  bullpen --version
15
- bullpen auth login
15
+ bullpen login
16
16
  bullpen portfolio balances
17
17
  ```
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bullpenfi/cli",
3
- "version": "0.1.97",
3
+ "version": "0.1.99",
4
4
  "description": "CLI for Bullpen prediction markets",
5
5
  "bin": {
6
6
  "bullpen": "bin/bullpen"
@@ -19,6 +19,10 @@
19
19
  "license": "MIT",
20
20
  "repository": {
21
21
  "type": "git",
22
- "url": "https://github.com/BullpenFi/bullpen-cli-releases"
22
+ "url": "git+https://github.com/BullpenFi/bullpen-cli-releases.git"
23
+ },
24
+ "publishConfig": {
25
+ "access": "public",
26
+ "registry": "https://registry.npmjs.org/"
23
27
  }
24
28
  }