-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core): add support for pnpm workspaces
Closes #42
- Loading branch information
1 parent
f2cac6a
commit a6112ec
Showing
10 changed files
with
244 additions
and
21 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": "syncpack", | ||
"description": "Manage multiple package.json files, such as in Lerna Monorepos and Yarn Workspaces", | ||
"description": "Manage multiple package.json files, such as in Lerna Monorepos and Yarn/Pnpm Workspaces", | ||
"version": "5.0.3", | ||
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)", | ||
"bin": { | ||
|
@@ -14,12 +14,14 @@ | |
"bugs": "https://github.com/JamieMason/syncpack/issues", | ||
"contributors": [ | ||
"Alex Hayton (https://github.com/AlexHayton)", | ||
"Aparajita Fishman (https://github.com/aparajita)", | ||
"Jamie Mason (https://github.com/JamieMason)", | ||
"Luis Vieira (https://github.com/luisvieiragmr)", | ||
"Marais Rossouw (https://github.com/maraisr)", | ||
"Matt Sprague (https://github.com/uforic)" | ||
], | ||
"dependencies": { | ||
"@manypkg/get-packages": "1.1.0", | ||
"chalk": "4.1.0", | ||
"commander": "6.0.0", | ||
"fs-extra": "9.0.1", | ||
|
@@ -63,6 +65,7 @@ | |
"package", | ||
"package-json", | ||
"packages", | ||
"pnpm", | ||
"semver", | ||
"workspace", | ||
"yarn" | ||
|
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
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
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
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
Oops, something went wrong.