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 8c4b7fe commit 79e462cCopy full SHA for 79e462c
1 file changed
package.json
@@ -34,14 +34,24 @@
34
],
35
"author": "Runloop",
36
"license": "MIT",
37
+ "badges": [
38
+ {
39
+ "url": "https://img.shields.io/npm/v/@runloop/rl-cli",
40
+ "description": "NPM version"
41
+ },
42
43
+ "url": "https://img.shields.io/npm/dw/@runloop/rl-cli",
44
+ "description": "NPM downloads"
45
+ }
46
+ ],
47
"repository": {
48
"type": "git",
- "url": "https://github.com/runloop/rl-cli-node.git"
49
+ "url": "https://github.com/runloopai/rl-cli-node.git"
50
},
51
"bugs": {
- "url": "https://github.com/runloop/rl-cli-node/issues"
52
+ "url": "https://github.com/runloopai/rl-cli-node/issues"
53
- "homepage": "https://github.com/runloop/rl-cli-node#readme",
54
+ "homepage": "https://github.com/runloopai/rl-cli-node#readme",
55
"engines": {
56
"node": ">=18.0.0"
57
0 commit comments