This commit is contained in:
gvergnaud
2023-05-06 15:00:27 +02:00
parent fcd72e9eaf
commit 51e9dc9cd4
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "hotscript",
"version": "1.0.12-rc.0",
"version": "1.0.12",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "hotscript",
"version": "1.0.12-rc.0",
"version": "1.0.12",
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.4.0",

View File

@@ -1,6 +1,6 @@
{
"name": "hotscript",
"version": "1.0.12-rc.0",
"version": "1.0.12",
"description": "A library of composable functions for the type-level! Transform your TypeScript types in any way you want using functions you already know.",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -35,4 +35,4 @@
"tsup": "^6.7.0",
"typescript": "^4.9.5"
}
}
}