Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit be5944c

Browse files
committed
update readme link and package
1 parent a8db9ec commit be5944c

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LeetCode Challenge
22

33
- 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)

‎package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"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",
66
"scripts": {
77
"build": "rm -rf ./dist && tsc -p .",
88
"prerestart": "tsc --watch",
@@ -11,8 +11,11 @@
1111
"format": "prettier --write \"src/**/*.ts\"",
1212
"lint": "eslint '{src,apps,libs,test}/**/*.ts' --fix"
1313
},
14-
"keywords": [],
15-
"author": "",
14+
"keywords": [
15+
"leetCode",
16+
"Challenge"
17+
],
18+
"author": "11",
1619
"license": "ISC",
1720
"dependencies": {
1821
"ts-node": "6.2.0",
@@ -29,4 +32,4 @@
2932
"prettier": "^2.0.5",
3033
"tsconfig-paths": "^3.9.0"
3134
}
32-
}
35+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /