Skip to content

Commit

Permalink
fix(load): add ts-node as direct dependency (#3351)
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptammergard committed Aug 29, 2022
1 parent 7558700 commit 3b66891
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions @commitlint/load/package.json
Expand Up @@ -34,16 +34,12 @@
"email": "hello@herebecode.com"
},
"license": "MIT",
"peerDependencies": {
"ts-node": ">=10"
},
"devDependencies": {
"@commitlint/test": "^17.0.0",
"@commitlint/utils": "^17.0.0",
"@types/lodash": "4.14.184",
"conventional-changelog-atom": "^2.0.8",
"execa": "^5.0.0",
"ts-node": "^10.8.1"
"execa": "^5.0.0"
},
"dependencies": {
"@commitlint/config-validator": "^17.1.0",
Expand All @@ -56,6 +52,7 @@
"cosmiconfig-typescript-loader": "^4.0.0",
"lodash": "^4.17.19",
"resolve-from": "^5.0.0",
"ts-node": "^10.8.1",
"typescript": "^4.6.4"
},
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
Expand Down

0 comments on commit 3b66891

Please sign in to comment.