Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liangzr committed Nov 21, 2022
1 parent a25233e commit 4efcc2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alfred-tools",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"main": "lib/index.js",
"types": "@types",
Expand All @@ -12,7 +12,10 @@
"prepublishOnly": "npm run lint && npm run clean && npm run build",
"lint": "eslint ./src/**/*"
},
"keywords": ["alfred", "workflow"],
"keywords": [
"alfred",
"workflow"
],
"author": "liangzr <liangzr@outlook.comk>",
"license": "ISC",
"devDependencies": {
Expand Down

0 comments on commit 4efcc2d

Please sign in to comment.