Update package description

This commit is contained in:
gvergnaud
2023-05-06 12:22:57 +02:00
parent ee2c3b8e91
commit fcd72e9eaf

View File

@@ -1,7 +1,7 @@
{
"name": "hotscript",
"version": "1.0.12-rc.0",
"description": "Type-level madness",
"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",
"types": "dist/index.d.ts",
@@ -35,4 +35,4 @@
"tsup": "^6.7.0",
"typescript": "^4.9.5"
}
}
}