Skip to content

Commit 0d6018d

Browse files
committed
Update TT CLI
1 parent 5b79f2f commit 0d6018d

2 files changed

Lines changed: 17 additions & 11 deletions

File tree

package-lock.json

Lines changed: 11 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Matt Pocock <mattpocockvoice@gmail.com>",
66
"license": "GPL",
77
"devDependencies": {
8-
"@total-typescript/exercise-cli": "0.1.0",
8+
"@total-typescript/exercise-cli": "^0.2.2",
99
"cross-fetch": "^3.1.5",
1010
"jsdom": "^21.1.1",
1111
"prettier": "^2.8.7",
@@ -140,7 +140,11 @@
140140
"e-52": "tt-cli run 52",
141141
"s-52": "tt-cli run 52 --solution",
142142
"e-64": "tt-cli run 64",
143-
"s-64": "tt-cli run 64 --solution"
143+
"s-64": "tt-cli run 64 --solution",
144+
"e-65": "tt-cli run 65",
145+
"s-65": "tt-cli run 65 --solution",
146+
"e-66": "tt-cli run 66",
147+
"s-66": "tt-cli run 66 --solution"
144148
},
145149
"dependencies": {
146150
"@tanstack/react-query": "^4.29.12",

0 commit comments

Comments
 (0)