-
-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1223 from pulsar-edit/bump-ppm-Feb-2025
ppm: Bump ppm to commit 6981ce79e0efdd9bae1fac9bd1
- Loading branch information
Showing
2 changed files
with
32 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
Submodule ppm
updated
29 files
+6 −0 | .github/workflows/CI.yml | |
+3 −3 | package.json | |
+19 −17 | script/download-node.js | |
+1 −7 | src/apm-cli.js | |
+5 −2 | src/ci.js | |
+1 −2 | src/command.js | |
+5 −2 | src/config.js | |
+5 −2 | src/dedupe.js | |
+24 −30 | src/develop.js | |
+5 −5 | src/disable.js | |
+4 −4 | src/enable.js | |
+18 −16 | src/featured.js | |
+35 −26 | src/install.js | |
+0 −1 | src/list.js | |
+8 −8 | src/package-converter.js | |
+30 −61 | src/publish.js | |
+5 −2 | src/rebuild.js | |
+59 −86 | src/request.js | |
+18 −18 | src/search.js | |
+15 −24 | src/star.js | |
+17 −18 | src/stars.js | |
+3 −4 | src/text-mate-theme.js | |
+7 −15 | src/theme-converter.js | |
+2 −4 | src/tree.js | |
+9 −17 | src/unpublish.js | |
+9 −17 | src/unstar.js | |
+28 −35 | src/upgrade.js | |
+18 −19 | src/view.js | |
+228 −153 | yarn.lock |