File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
1
# LeetCode Challenge
2
2
3
3
- May
4
- - Day 1 [ First Bad Version] ( )
5
- - Day 2 [ Jewels and Stones] ( )
6
- - Day 3 [ Ransom Note] ( )
4
+ - Day 1 [ First Bad Version] ( https://github.com/libterty/leetcode-challenge/blob/master/src/day-one/index.ts )
5
+ - Day 2 [ Jewels and Stones] ( https://github.com/libterty/leetcode-challenge/blob/master/src/day-two/index.ts )
6
+ - Day 3 [ Ransom Note] ( https://github.com/libterty/leetcode-challenge/blob/master/src/day-three/index.ts )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " code_challenge" ,
3
- "version" : " 1.0.0 " ,
4
- "description" : " " ,
5
- "main" : " ./src/index.js " ,
3
+ "version" : " 1.0.1 " ,
4
+ "description" : " leetCode Challenge " ,
5
+ "main" : " ./src/index.ts " ,
6
6
"scripts" : {
7
7
"build" : " rm -rf ./dist && tsc -p ." ,
8
8
"prerestart" : " tsc --watch" ,
11
11
"format" : " prettier --write \" src/**/*.ts\" " ,
12
12
"lint" : " eslint '{src,apps,libs,test}/**/*.ts' --fix"
13
13
},
14
- "keywords" : [],
15
- "author" : " " ,
14
+ "keywords" : [
15
+ " leetCode" ,
16
+ " Challenge"
17
+ ],
18
+ "author" : " 11" ,
16
19
"license" : " ISC" ,
17
20
"dependencies" : {
18
21
"ts-node" : " 6.2.0" ,
29
32
"prettier" : " ^2.0.5" ,
30
33
"tsconfig-paths" : " ^3.9.0"
31
34
}
32
- }
35
+ }
You can’t perform that action at this time.
0 commit comments