Skip to content

Commit 00f845c

Browse files
committed
feat: package.json config
1 parent 24d1228 commit 00f845c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
2-
"name": "how-to-cook",
3-
"description": "程序员在家做饭方法指南。Programmer's guide about how to cook at home (Chinese).",
2+
"name": "how-to-drink",
3+
"description": "程序员在家自制饮品方法指南。Programmer's guide about how to drink at home (Chinese).",
44
"version": "1.4.0",
55
"repository": {
66
"type": "git",
7-
"url": "git+https://github.com/Anduin2017/HowToCook.git"
7+
"url": "git+https://github.com/MoYuM/HowToDrink"
88
},
99
"keywords": [
1010
"recipes",
11-
"cooking",
11+
"drink",
12+
"cocktail",
1213
"cookbook",
1314
"chinese",
1415
"dishes"
@@ -20,12 +21,11 @@
2021
"markdownlint": "markdownlint ./dishes ./tips",
2122
"lint": "npm run textlint && npm run markdownlint && npm run manuallint && echo 'Lint finished. All passed.'"
2223
},
23-
"author": "Anduin2017",
24+
"author": "moyum",
2425
"license": "Unlicense",
2526
"bugs": {
26-
"url": "https://github.com/Anduin2017/HowToCook/issues"
27+
"url": "https://github.com/MoYuM/HowToDrink/issues"
2728
},
28-
"homepage": "https://cook.aiursoft.cn",
2929
"dependencies": {
3030
"textlint": "^12.1.0",
3131
"textlint-rule-ja-space-between-half-and-full-width": "^2.2.0",

0 commit comments

Comments
 (0)