Skip to content

Commit 1db1235

Browse files
authored
fix: update repo info (#25)
1 parent 8076b24 commit 1db1235

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,24 @@
3434
],
3535
"author": "Runloop",
3636
"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+
],
3747
"repository": {
3848
"type": "git",
39-
"url": "https://github.com/runloop/rl-cli-node.git"
49+
"url": "https://github.com/runloopai/rl-cli-node.git"
4050
},
4151
"bugs": {
42-
"url": "https://github.com/runloop/rl-cli-node/issues"
52+
"url": "https://github.com/runloopai/rl-cli-node/issues"
4353
},
44-
"homepage": "https://github.com/runloop/rl-cli-node#readme",
54+
"homepage": "https://github.com/runloopai/rl-cli-node#readme",
4555
"engines": {
4656
"node": ">=18.0.0"
4757
},

0 commit comments

Comments
 (0)