Skip to content

Commit 215685a

Browse files
committed
fix: restore repository field in package.json and add adminforth as a dependency
1 parent ff9c8b9 commit 215685a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,14 @@
55
"type": "module",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
8+
89
"scripts": {
910
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/",
1011
"prepare": "npm link adminforth"
1112
},
1213
"publishConfig": {
1314
"access": "public"
1415
},
15-
"repository": {
16-
"type": "git",
17-
"url": "https://github.com/devforth/adminforth-markdown.git"
18-
},
1916
"keywords": [
2017
"adminforth",
2118
"markdown"
@@ -28,6 +25,13 @@
2825
"semantic-release-slack-bot": "^4.0.2",
2926
"typescript": "^5.7.3"
3027
},
28+
"repository": {
29+
"type": "git",
30+
"url": "https://github.com/devforth/adminforth-markdown.git"
31+
},
32+
"dependencies": {
33+
"adminforth": "latest"
34+
},
3135
"release": {
3236
"plugins": [
3337
"@semantic-release/commit-analyzer",

0 commit comments

Comments
 (0)