Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "optimesh", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "OptiMesh reduces meshes resolution to optimize performance, memory usage and download size", | ||
"cdn": "https://cdn.jsdelivr.net/npm/optimesh@1.0.8/build/main.js", | ||
"cdn": "https://cdn.jsdelivr.net/npm/optimesh@1.0.9/build/main.js", | ||
"main": "build/main.js", | ||
@@ -13,4 +13,4 @@ "jsnext:main": "build/main.module.js", | ||
"lint": "eslint src", | ||
"prepublish": "(git diff-index --quiet HEAD -- || echo \"There are uncommitted changes\" exit;) && node --experimental-modules publish.mjs", | ||
"postpublish": "git add package.json && git commit -m \"bump and publish\" && git push" | ||
"prepublish": "(git diff-index --quiet HEAD -- || (echo \"There are uncommitted changes\"; && exit;)) && node --experimental-modules publish.mjs", | ||
"postpublish": "git add package.json && git commit -m \"bump and publish %npm_package_version%\" && git push" | ||
}, | ||
@@ -17,0 +17,0 @@ "author": "DVLP", |
314475