3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-01-01 01:29:54 +00:00
This commit is contained in:
Arpad Borsos 2021-03-19 17:10:47 +01:00
parent da42bbe56d
commit ce325b6065
No known key found for this signature in database
GPG key ID: FC7BCA77824B3298
4 changed files with 7078 additions and 5812 deletions

View file

@ -30,7 +30,7 @@
},
"devDependencies": {
"@vercel/ncc": "^0.27.0",
"typescript": "^4.1.5"
"typescript": "^4.2.3"
},
"scripts": {
"prepare": "ncc build --target es2020 -o dist/restore src/restore.ts && ncc build --target es2020 -o dist/save src/save.ts"