Comparing version 1.9.1 to 1.9.2
{ | ||
"name": "smath", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"description": "Small math function library", | ||
@@ -14,6 +14,3 @@ "homepage": "https://npm.nicfv.com/", | ||
"scripts": { | ||
"build": "npm run postpack && tsc && node dist/test.js && rm dist/test.js types/test.d.ts", | ||
"test": "tsc --noEmit", | ||
"prepack": "npm run build", | ||
"postpack": "rm -rf dist types" | ||
"start": "../../.github/workflows/scripts" | ||
}, | ||
@@ -60,4 +57,4 @@ "keywords": [ | ||
"@types/node": "22.10.1", | ||
"t6": "1.1.5" | ||
"t6": "1.1.8" | ||
} | ||
} |
34751