moderndash
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "moderndash", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"type": "module", | ||
@@ -8,3 +8,3 @@ "description": "A lodash inspired utility framework for ESM/Typescript/ES2020", | ||
"build": "ctix create ----startAt src --overwrite --noBackup & tsup", | ||
"publish": "npm run build & npm publish", | ||
"prepublishOnly": "npm run build && @powershell cp '../README.md' './dist/README.md'", | ||
"test": "vitest", | ||
@@ -11,0 +11,0 @@ "test-ui": "vitest --ui" |
85244