Skip to content

Commit 611b85f

Browse files
committed
move @arethetypeswrong/cli to optionalDependencies to fix CI on node 16
1 parent d7d571a commit 611b85f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"doc": "docs"
1515
},
1616
"devDependencies": {
17-
"@arethetypeswrong/cli": "^0.17.3",
1817
"@babel/core": "^7.20.12",
1918
"@babel/preset-env": "^7.20.2",
2019
"@types/jest": "^29.5.14",
@@ -46,6 +45,9 @@
4645
"ts-jest": "^29.2.5",
4746
"typescript": "^5.6.2"
4847
},
48+
"optionalDependencies": {
49+
"@arethetypeswrong/cli": "^0.17.3"
50+
},
4951
"dependencies": {
5052
},
5153
"peerDependencies": {

0 commit comments

Comments
 (0)