-
Notifications
You must be signed in to change notification settings - Fork 3
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
7c3f3f9
commit 24d0cb6
Showing
7 changed files
with
25 additions
and
10 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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": "@pinefile/monorepo", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Pine monorepo functions", | ||
"homepage": "https://github.com/pinefile/pine", | ||
"files": [ | ||
|
@@ -14,7 +14,7 @@ | |
"author": "Fredrik Forsmo <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@pinefile/pine": "^2.0.1", | ||
"@pinefile/pine": "^2.0.2", | ||
"glob": "^8.0.3", | ||
"multimatch": "5.0.0" | ||
}, | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pinefile/runner-npm", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Pine npm runner", | ||
"homepage": "https://github.com/pinefile/pine", | ||
"files": [ | ||
|
@@ -11,7 +11,7 @@ | |
"author": "Fredrik Forsmo <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@pinefile/pine": "^2.0.1" | ||
"@pinefile/pine": "^2.0.2" | ||
}, | ||
"engines": { | ||
"node": ">=14" | ||
|