Bump version and more cleanups (also testing workflow)

This commit is contained in:
Belleve 2024-03-09 12:59:16 -10:00 committed by GitHub
parent ba4331646d
commit 8db9ca94d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 80 additions and 80 deletions

View file

@ -1,12 +1,12 @@
{
"name": "@iosevka/geometry-cache",
"version": "29.0.0",
"version": "29.0.1",
"private": true,
"exports": {
".": "./src/index.mjs"
},
"dependencies": {
"@iosevka/geometry": "29.0.0",
"@iosevka/geometry": "29.0.1",
"@msgpack/msgpack": "^2.8.0"
}
}