Skip to content

Commit e60fbd0

Browse files
chore: upgrade projen (#84)
This PR upgrades projen to the latest version
1 parent 9500a18 commit e60fbd0

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.projen/deps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
{
5050
"name": "projen",
51-
"version": "^0.17.88",
51+
"version": "^0.17.90",
5252
"type": "build"
5353
},
5454
{

.projen/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"exec": "git -c \"versionsort.suffix=-\" tag --sort=\"-version:refname\" --list \"v*\" | head -n1 > .version.tmp.json"
4343
},
4444
{
45-
"exec": "if [ \"$(cat .version.tmp.json)\" == \"\" ]; then echo \"v0.1.0\" > .version.tmp.json; fi"
45+
"exec": "if [ \"$(cat .version.tmp.json)\" = \"\" ]; then echo \"v0.1.0\" > .version.tmp.json; fi"
4646
},
4747
{
4848
"exec": "standard-version"

package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)