Skip to content

Commit 91eef52

Browse files
committed
chore: adjust package.json to properly reflect package repos
1 parent 850046f commit 91eef52

File tree

6 files changed

+32
-7
lines changed

6 files changed

+32
-7
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
"lint": "turbo run lint",
1919
"version": "changeset version",
2020
"release": "turbo run build && changeset publish",
21-
"generate-changelog": "node ./scripts/generate-changelog.mjs",
22-
"generate-changelog:fixed": "node ./scripts/generate-changelog-fixed.mjs",
23-
"preversion": "npm run generate-changelog"
21+
"generate-changelog": "node ./scripts/generate-changelog.mjs"
2422
},
2523
"author": "",
2624
"license": "ISC",

packages/docs-react/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"version": "1.5.1",
44
"description": "",
55
"type": "module",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/open-rpc/tools.git",
9+
"directory": "packages/docs-react"
10+
},
11+
"publishConfig": {
12+
"access": "public"
13+
},
614
"module": "./dist/index.es.js",
715
"types": "./dist/index.d.ts",
816
"exports": {

packages/inspector/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
"import": "./dist/index.es.js"
1212
}
1313
},
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/open-rpc/tools.git",
17+
"directory": "packages/inspector"
18+
},
1419
"files": [
1520
"dist/"
1621
],

packages/logs-react/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"files": [
1616
"dist/"
1717
],
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/open-rpc/tools.git",
21+
"directory": "packages/logs-react"
22+
},
1823
"publishConfig": {
1924
"access": "public"
2025
},

packages/monaco-editor-react/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
"publishConfig": {
1515
"access": "public"
1616
},
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/open-rpc/tools.git",
20+
"directory": "packages/monaco-editor-react"
21+
},
1722
"scripts": {
1823
"build:package": "vite build && tsc --emitDeclarationOnly",
1924
"clean:package": "rm -rf dist && rm -rf tsconfig.tsbuildinfo",

packages/playground/package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
"name": "@open-rpc/playground",
33
"version": "0.7.1",
44
"homepage": "https://playground.open-rpc.org/",
5-
"repository": {
6-
"type": "git",
7-
"url": "https://github.com/open-rpc/playground.git"
8-
},
95
"bin": {
106
"open-rpc-playground": "./bin/cli.js"
117
},
8+
"publishConfig": {
9+
"access": "public"
10+
},
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/open-rpc/tools.git",
14+
"directory": "packages/playground"
15+
},
1216
"bugs": "https://github.com/open-rpc/playground/issues",
1317
"license": "Apache-2.0",
1418
"dependencies": {

0 commit comments

Comments
 (0)