Skip to content

Commit 3b66891

Browse files
authoredAug 29, 2022
fix(load): add ts-node as direct dependency (#3351)
1 parent 7558700 commit 3b66891

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
 

‎@commitlint/load/package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,12 @@
3434
"email": "hello@herebecode.com"
3535
},
3636
"license": "MIT",
37-
"peerDependencies": {
38-
"ts-node": ">=10"
39-
},
4037
"devDependencies": {
4138
"@commitlint/test": "^17.0.0",
4239
"@commitlint/utils": "^17.0.0",
4340
"@types/lodash": "4.14.184",
4441
"conventional-changelog-atom": "^2.0.8",
45-
"execa": "^5.0.0",
46-
"ts-node": "^10.8.1"
42+
"execa": "^5.0.0"
4743
},
4844
"dependencies": {
4945
"@commitlint/config-validator": "^17.1.0",
@@ -56,6 +52,7 @@
5652
"cosmiconfig-typescript-loader": "^4.0.0",
5753
"lodash": "^4.17.19",
5854
"resolve-from": "^5.0.0",
55+
"ts-node": "^10.8.1",
5956
"typescript": "^4.6.4"
6057
},
6158
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"

0 commit comments

Comments
 (0)
Please sign in to comment.