Skip to content

Commit 7c50a29

Browse files
committed
chore: transfer ownership
1 parent 1ffe74b commit 7c50a29

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Small TypeScript client for fetching configuration values from a Replane API.
44

5-
Part of the Replane project: [tilyupo/replane](https://github.com/tilyupo/replane).
5+
Part of the Replane project: [replane-dev/replane](https://github.com/replane-dev/replane).
66

77
> Status: early. Minimal surface area on purpose. Expect small breaking tweaks until 0.1.x.
88

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"description": "Replane TypeScript SDK.",
55
"type": "module",
66
"license": "MIT",
7-
"homepage": "https://github.com/tilyupo/replane-javascript#readme",
7+
"homepage": "https://github.com/replane-dev/replane-javascript#readme",
88
"bugs": {
9-
"url": "https://github.com/tilyupo/replane-javascript/issues"
9+
"url": "https://github.com/replane-dev/replane-javascript/issues"
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/tilyupo/replane-javascript.git"
13+
"url": "git+https://github.com/replane-dev/replane-javascript.git"
1414
},
1515
"author": "Dmitry Tilyupo <tilyupo@gmail.com>",
1616
"files": [

0 commit comments

Comments
 (0)