This commit is contained in:
gvergnaud
2023-07-03 11:57:09 +02:00
parent c35d8ab877
commit 45b1ac3c0b
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "hotscript",
"version": "1.0.12",
"version": "1.0.13",
"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",