Skip to content

Commit 7445e70

Browse files
committed
chore: add rstack package metadata
1 parent 8011497 commit 7445e70

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

packages/rstack/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
{
22
"name": "rstack",
33
"version": "0.3.3",
4-
"repository": "https://github.com/rstackjs/rstack-cli",
4+
"description": "One CLI for JavaScript development, powered by Rstack.",
5+
"homepage": "https://rstack.rs",
6+
"bugs": {
7+
"url": "https://github.com/rstackjs/rstack-cli/issues"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/rstackjs/rstack-cli.git",
12+
"directory": "packages/rstack"
13+
},
514
"license": "MIT",
615
"type": "module",
716
"exports": {

0 commit comments

Comments
 (0)