Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OVYVO committed Apr 11, 2023
1 parent f5542de commit 71bcb8e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "yan-temp-cli",
"version": "1.0.1",
"version": "1.0.2",
"description": "模板项目脚手架",
"main": "bin/lib/index.js",
"bin": {
"yan": "/bin/lib/index.js"
},
Expand All @@ -11,8 +10,7 @@
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && tsc-alias",
"lint:prettier": "prettier --write ."
"build": "tsc && tsc-alias"
},
"author": "Ryan Yan",
"license": "MIT",
Expand Down

0 comments on commit 71bcb8e

Please sign in to comment.