Comparing version
{ | ||
"name": "hpr", | ||
"description": "A collection of utility functions to manipulate values and data.", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"keywords": [ | ||
@@ -34,4 +34,3 @@ "util", | ||
"build": "tsup src/index.ts --dts --sourcemap --format esm,cjs", | ||
"publish": "npm version patch && git push && npm publish", | ||
"release": "npm run build && npm run publish" | ||
"release": "npm run build && npm version patch && git push && npm publish" | ||
}, | ||
@@ -38,0 +37,0 @@ "devDependencies": { |
240964
-0.01%