-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
ec85c63
commit 19b8a48
Showing
1 changed file
with
1 addition
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,7 +1,7 @@ | ||
{ | ||
"name": "vite-plugin-mini-ci", | ||
"type": "module", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "小程序 CI 集成,打开小程序开发工具、上传并生成体验码、生成预览二维码", | ||
"author": "yanquanfahei <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -28,7 +28,6 @@ | |
"dev": "unbuild --stub", | ||
"build": "unbuild", | ||
"build:rollup": "rollup -c", | ||
"prepublish": "pnpm build:rollup", | ||
"release": "bumpp package.json --commit --push --tag && pnpm -r publish --access public" | ||
}, | ||
"peerDependencies": { | ||
|