-
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
lijiahao
committed
Apr 12, 2023
1 parent
4a6d758
commit a3ac29a
Showing
2 changed files
with
34 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
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,6 +1,6 @@ | ||
{ | ||
"name": "sparkee", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "A publish tool for monorepo,just like lerna but support pnpm.", | ||
"author": "lijiahao <[email protected]>", | ||
"main": "dist/index.js", | ||
|
@@ -21,7 +21,10 @@ | |
"type": "git", | ||
"url": "git+https://github.com/Geocld/sparkee" | ||
}, | ||
"keywords": ["monorepo", "pnpm"], | ||
"keywords": [ | ||
"monorepo", | ||
"pnpm" | ||
], | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@types/fs-extra": "^11.0.1", | ||
|