Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Barocena committed Mar 10, 2024
1 parent f5bff46 commit 4c823ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ wally-patch-package

you can install it via [aftman](https://github.com/LPGhatguy/aftman)

`wally-patch-package="Barocena/wally-patch-package@1.1.0"`
`wally-patch-package="Barocena/wally-patch-package@1.2.0"`

or

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wally-patch-package",
"version": "1.1.0",
"version": "1.2.0",
"description": "",
"main": "src/app.js",
"bin": "src/app.js",
Expand Down
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import applyPatch from "./applyPatch.js";

program
.name("Wally-Patch-Package")
.version("1.1.0")
.version("1.2.0")
.description("CLI tool for patching Wally packages")
.arguments("[libraryname]")
.action((libraryname) => {
Expand Down
2 changes: 1 addition & 1 deletion src/applyPatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default async function applyPatch() {
); // we give scope/name@version as input to make sure there is no edge case of different scoped same package name or different version of same package etc..
if (pkginfo == "skip") {
console.log(
`⏭ ${patchFile.split(".p")[0]} not found, skipping`
`⏭ ${patchFile.split(".p")[0]} not found, skipping`
);
continue
}
Expand Down

0 comments on commit 4c823ba

Please sign in to comment.