-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
{ | ||
"name": "75_action", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"description": "一个自动抓取奇舞周刊全部文章的脚本,支持 GitHub Action 自动抓取和 CLI 工具使用", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:JohnieXu/75_action.git" | ||
}, | ||
"keywords": ["75_action", "75_weekly", "weekly.75.team", "cli"], | ||
"keywords": [ | ||
"75_action", | ||
"75_weekly", | ||
"weekly.75.team", | ||
"cli" | ||
], | ||
"author": "JohnieXu", | ||
"bin": { | ||
"75_action": "bin/75_action.js" | ||
|