Skip to content

Commit bfb97b4

Browse files
committed
Update github urls in package.json
1 parent f9f1dfb commit bfb97b4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"hideCredit": true
88
},
99
"bugs": {
10-
"url": "https://github.com/your-org/react-component-template/issues"
10+
"url": "https://github.com/karmaniverous/react-component-npm-package-template-ts/issues"
1111
},
1212
"dependencies": {
1313
"@karmaniverous/stan": "^0.5.6"
@@ -73,7 +73,7 @@
7373
"files": [
7474
"dist"
7575
],
76-
"homepage": "https://github.com/your-org/react-component-template#readme",
76+
"homepage": "https://github.com/karmaniverous/react-component-npm-package-template-ts#readme",
7777
"keywords": [
7878
"react",
7979
"component",
@@ -87,7 +87,7 @@
8787
],
8888
"license": "BSD-3-Clause",
8989
"module": "dist/mjs/index.js",
90-
"name": "@your-scope/react-component-template",
90+
"name": "@karmaniverous/react-component-npm-package-template-ts",
9191
"peerDependencies": {
9292
"react": ">=18",
9393
"react-dom": ">=18"
@@ -128,7 +128,7 @@
128128
},
129129
"repository": {
130130
"type": "git",
131-
"url": "git+https://github.com/your-org/react-component-template.git"
131+
"url": "git+https://github.com/karmaniverous/react-component-npm-package-template-ts.git"
132132
},
133133
"scripts": {
134134
"build": "rimraf dist && rollup --config rollup.config.ts --configPlugin typescript",
@@ -152,4 +152,3 @@
152152
"types": "dist/index.d.ts",
153153
"version": "0.6.13"
154154
}
155-

0 commit comments

Comments
 (0)