3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-12-24 13:56:53 +00:00

"update dependencies and rebuild"

This commit is contained in:
Arpad Borsos 2023-07-31 16:01:23 +02:00
parent 1e604afb09
commit 4fedae9bcf
No known key found for this signature in database
GPG key ID: FC7BCA77824B3298
4 changed files with 360 additions and 664 deletions

View file

@ -32,7 +32,7 @@
"devDependencies": {
"@vercel/ncc": "^0.36.1",
"linefix": "^0.1.1",
"typescript": "5.0.4"
"typescript": "5.1.6"
},
"scripts": {
"prepare": "ncc build --target es2020 -o dist/restore src/restore.ts && ncc build --target es2020 -o dist/save src/save.ts && linefix dist"