Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yzh990918 committed Aug 30, 2022
1 parent eedb334 commit 6545cd6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magic-cli-template",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"keywords": [],
"license": "ISC",
Expand All @@ -9,9 +9,9 @@
"scripts": {
"bootstrap": "rush update",
"start": "cd packages/core && npm run link",
"bump":"tsx scripts/publish",
"bump": "tsx scripts/publish",
"test": "vitest",
"release":"release-it"
"release": "release-it"
},
"dependencies": {
"vitest": "^0.10.0",
Expand All @@ -24,8 +24,8 @@
"inquirer": "^8.1.0",
"ora": "^6.1.2",
"@types/ora": "^3.2.0",
"tsx":"^3.8.2",
"axios":"^0.27.2",
"tsx": "^3.8.2",
"axios": "^0.27.2",
"release-it": "^15.4.0"
}
}

0 comments on commit 6545cd6

Please sign in to comment.