We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43cf7dc commit 3f9391aCopy full SHA for 3f9391a
1 file changed
package.json
@@ -14,15 +14,21 @@
14
"url": "https://github.com/devforth/adminforth-audit-log.git"
15
},
16
"scripts": {
17
- "build": "tsc && rsync -av --exclude 'node_modules' custom dist/",
18
- "prepare": "npm link adminforth"
+ "build": "tsc && rsync -av --exclude 'node_modules' custom dist/"
19
20
"author": "devforth",
21
"license": "ISC",
22
"dependencies": {
23
- "adminforth": "^2.9.5",
24
"dayjs": "^1.11.11"
25
+ "peerDependencies": {
+ "adminforth": ">=1.6.2"
26
+ },
27
+ "peerDependenciesMeta": {
28
+ "adminforth": {
29
+ "optional": false
30
+ }
31
32
"release": {
33
"plugins": [
34
"@semantic-release/commit-analyzer",
0 commit comments