Skip to content

Commit aac745c

Browse files
committed
fix: add semantic-release to devDependencies and normalize repository url
1 parent cbad8a2 commit aac745c

2 files changed

Lines changed: 1722 additions & 15 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"repository": {
4646
"type": "git",
47-
"url": "https://github.com/native-router/react"
47+
"url": "git+https://github.com/native-router/react.git"
4848
},
4949
"sideEffects": false,
5050
"author": "wmzy",
@@ -108,6 +108,7 @@
108108
"react": "^19.0.0",
109109
"react-dom": "^19.0.0",
110110
"rollup-plugin-type-as-json-schema": "^0.2.6",
111+
"semantic-release": "^25.0.3",
111112
"terser": "^5.20.0",
112113
"tsc-alias": "^1.8.8",
113114
"typedoc": "^0.25.1",

0 commit comments

Comments
 (0)