Skip to content

Commit 72ba68e

Browse files
committed
upadte metadata for new repo name
1 parent b155f48 commit 72ba68e

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

packages/toolbox-devvit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# toolbox-devvit
22

3-
Helpers for working with /r/toolbox data from Devvit community apps. [Read the documentation.](https://toolbox-team.github.io/toolbox-devvit/)
3+
Helpers for working with /r/toolbox data from Devvit community apps. [Read the documentation.](https://toolbox-team.github.io/storage/modules/toolbox-devvit.html)
44

55
## Installation
66

packages/toolbox-devvit/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@
1313
"coverage": "nyc ava",
1414
"prepublishOnly": "dprint check && tsc -b && ava"
1515
},
16-
"repository": "https://github.com/toolbox-team/toolbox-devvit.git",
16+
"repository": {
17+
"url": "git+https://github.com/toolbox-team/storage.git"
18+
},
1719
"author": "eritbh <github@eritbh.me>",
1820
"license": "MIT",
1921
"bugs": {
20-
"url": "https://github.com/toolbox-team/toolbox-devvit/issues"
22+
"url": "https://github.com/toolbox-team/storage/issues"
2123
},
22-
"homepage": "https://github.com/toolbox-team/toolbox-devvit#readme",
24+
"homepage": "https://github.com/toolbox-team/storage/tree/main/packages/toolbox-devvit#readme",
2325
"dependencies": {
2426
"toolbox-storage": "^1.0.0"
2527
},

packages/toolbox-storage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# toolbox-storage
22

3-
Helpers for working with /r/toolbox wiki data formats. [Read the API documentation.](https://toolbox-team.github.io/storage/modules/storage.html)
3+
Helpers for working with /r/toolbox wiki data formats. [Read the API documentation.](https://toolbox-team.github.io/storage/modules/toolbox-storage.html)
44

55
## Installation
66

packages/toolbox-storage/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@
1616
"coverage": "nyc ava",
1717
"prepublishOnly": "dprint check && tsc -b && ava"
1818
},
19-
"repository": "https://github.com/toolbox-team/toolbox-devvit.git",
19+
"repository": {
20+
"url": "git+https://github.com/toolbox-team/storage.git"
21+
},
2022
"author": "eritbh <github@eritbh.me>",
2123
"license": "MIT",
2224
"bugs": {
23-
"url": "https://github.com/toolbox-team/toolbox-devvit/issues"
25+
"url": "https://github.com/toolbox-team/storage/issues"
2426
},
25-
"homepage": "https://github.com/toolbox-team/toolbox-devvit#readme",
27+
"homepage": "https://github.com/toolbox-team/storage/tree/main/packages/toolbox-storage#readme",
2628
"dependencies": {
2729
"pako": "^1.0.11"
2830
},

0 commit comments

Comments
 (0)