Chg: prepare

This commit is contained in:
2025-12-01 20:10:08 +09:00
parent 5ee207c79f
commit 6c9a243c90
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -1 +1,2 @@
/node_modules /node_modules/
/dist/
+2 -1
View File
@@ -5,7 +5,8 @@
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"scripts": { "scripts": {
"build": "tsc" "build": "tsc",
"prepare": "tsc"
}, },
"keywords": [ "keywords": [
"esm", "esm",