Skip to content

Commit 35fcbf3

Browse files
committed
1 parent 6de8f16 commit 35fcbf3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/Sunert/Scripts.git"
11+
"url": "https://github.com/Sunert/Scripts.git"
1212
},
13-
"keywords": [],
14-
"author": "",
13+
"keywords": ["中青看点,腾讯新闻等等"],
14+
"author": "Sunert",
1515
"license": "ISC",
1616
"bugs": {
1717
"url": "https://github.com/Sunert/Scripts/issues"
@@ -21,6 +21,7 @@
2121
"crypto-js": "^4.0.0",
2222
"got": "^11.7.0",
2323
"http-server": "^0.12.3",
24-
"tough-cookie": "^4.0.0"
24+
"tough-cookie": "^4.0.0",
25+
"download": "^8.0.0"
2526
}
2627
}

0 commit comments

Comments
 (0)