Skip to content

Commit

Permalink
Make jiti an optional peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed May 14, 2024
1 parent 360cf38 commit b162744
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
"imurmurhash": "^0.1.4",
"is-glob": "^4.0.0",
"is-path-inside": "^3.0.3",
"jiti": "^1.21.0",
"json-stable-stringify-without-jsonify": "^1.0.1",
"levn": "^0.4.1",
"lodash.merge": "^4.6.2",
Expand Down Expand Up @@ -136,6 +135,7 @@
"globals": "^15.0.0",
"got": "^11.8.3",
"gray-matter": "^4.0.3",
"jiti": "^1.21.0",
"js-yaml": "^4.1.0",
"knip": "^5.8.0",
"lint-staged": "^11.0.0",
Expand Down Expand Up @@ -169,6 +169,14 @@
"webpack-cli": "^4.5.0",
"yorkie": "^2.0.0"
},
"peerDependencies": {
"jiti": "^1.21.0"
},
"peerDependenciesMeta": {
"jiti": {
"optional": true
}
},
"keywords": [
"ast",
"lint",
Expand Down

0 comments on commit b162744

Please sign in to comment.