Skip to content

Commit 3f9391a

Browse files
committed
fix: update adminforth dependency version and add peerDependencies configuration
1 parent 43cf7dc commit 3f9391a

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,21 @@
1414
"url": "https://github.com/devforth/adminforth-audit-log.git"
1515
},
1616
"scripts": {
17-
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/",
18-
"prepare": "npm link adminforth"
17+
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/"
1918
},
2019
"author": "devforth",
2120
"license": "ISC",
2221
"dependencies": {
23-
"adminforth": "^2.9.5",
2422
"dayjs": "^1.11.11"
2523
},
24+
"peerDependencies": {
25+
"adminforth": ">=1.6.2"
26+
},
27+
"peerDependenciesMeta": {
28+
"adminforth": {
29+
"optional": false
30+
}
31+
},
2632
"release": {
2733
"plugins": [
2834
"@semantic-release/commit-analyzer",

0 commit comments

Comments
 (0)