Skip to content

Commit bd3c498

Browse files
committed
build: add json-schema-types as a peer dependency
1 parent a743aab commit bd3c498

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

package-lock.json

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@
8787
"prebuild": "ts-unused-exports tsconfig.json --excludePathsFromReport='src/index'",
8888
"build": "tsc"
8989
},
90+
"peerDependencies": {
91+
"@omer-x/json-schema-types": "^1"
92+
},
9093
"devDependencies": {
9194
"@omer-x/eslint-config": "^2.2.6",
9295
"eslint": "^9.39.2",

0 commit comments

Comments
 (0)