Skip to content

Commit b2afc0c

Browse files
committed
feat: add car-numbers
1 parent 89a9085 commit b2afc0c

File tree

4 files changed

+3085
-2484
lines changed

4 files changed

+3085
-2484
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@
44
"version": "0.0.0",
55
"author": "Kirilenko",
66
"license": "MIT",
7-
"engines": {
8-
"node": "18",
9-
"pnpm": "8"
10-
},
117
"repository": {
128
"type": "git",
139
"url": "git+https://github.com/kirilenko/leetcode.git"
1410
},
1511
"scripts": {
1612
"setup": "./scripts/nvm-use.sh && pnpm i",
17-
"start": "nodemon src/reverse-integer/compare.ts",
13+
"start": "nodemon src/car-numbers/index.ts",
1814
"test": "jest --watch",
1915
"test:ci": "jest --ci",
2016
"coverage": "jest --coverage",

0 commit comments

Comments
 (0)