Skip to content

Commit

Permalink
fix: deps
Browse files Browse the repository at this point in the history
- add markdownlint for type defs
- remove requireindex as runtime dep
  • Loading branch information
Yash-Singh1 committed Jan 2, 2024
1 parent 97c634e commit 15f21b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"coverage": "live-server coverage/lcov-report"
},
"dependencies": {
"requireindex": "~1.2.0",
"semver": "^7.3.8"
},
"devDependencies": {
Expand All @@ -50,7 +49,7 @@
"@types/estree": "1.0.5",
"@types/json-schema": "^7.0.15",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.4",
"@types/node": "^20.10.6",
"@types/semver": "^7.5.6",
"acorn": "^8.8.2",
"eslint": "8.40.0",
Expand All @@ -60,6 +59,7 @@
"eslint-plugin-unicorn": "^47.0.0",
"husky": "^8.0.3",
"live-server": "^1.2.2",
"markdownlint": "^0.32.1",
"markdownlint-cli": "^0.35.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
Expand Down

0 comments on commit 15f21b2

Please sign in to comment.