Skip to content

Commit 4539ece

Browse files
committed
Update jsonh-ts to v1.3
1 parent 4c1d443 commit 4539ece

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

site/bat-update.bat

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:: Prevent quit on error
2+
if not defined in_subprocess (cmd /k set in_subprocess=y ^& %0 %*) & exit
3+
:: Clear screen
4+
cls
5+
6+
:: Update
7+
npm update

site/package-lock.json

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

0 commit comments

Comments
 (0)