hyperscript.org
Advanced tools
Comparing version 0.8.1 to 0.8.2
@@ -8,3 +8,3 @@ { | ||
], | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"homepage": "https://hyperscript.org/", | ||
@@ -25,3 +25,3 @@ "bugs": { | ||
"www": "node scripts/www.js", | ||
"dist": "npm run clear && npm run copy && npm run concat && npm run uglify && npm run gzip", | ||
"dist": "npm run clear && npm run copy && npm run concat && npm run terser && npm run gzip", | ||
"clear": "rm -rf dist/*", | ||
@@ -32,8 +32,8 @@ "copy": "cp -r src/* dist/", | ||
"concat:w9y": "concat src/lib/core.js src/lib/web.js src/lib/worker.js src/lib/template.js src/lib/socket.js src/lib/eventsource.js -o dist/_hyperscript_w9y.js", | ||
"uglify": "npm run uglify:hyperscript && npm run uglify:core && npm run uglify:web && npm run uglify:worker && npm run uglify:w9y", | ||
"uglify:hyperscript": "uglifyjs -m eval -o dist/_hyperscript.min.js dist/_hyperscript.js", | ||
"uglify:core": "uglifyjs -m eval -o dist/lib/core.min.js dist/lib/core.js", | ||
"uglify:web": "uglifyjs -m eval -o dist/lib/web.min.js dist/lib/web.js", | ||
"uglify:worker": "uglifyjs -m eval -o dist/lib/worker.min.js dist/lib/worker.js", | ||
"uglify:w9y": "uglifyjs -m eval -o dist/_hyperscript_w9y.min.js dist/_hyperscript_w9y.js", | ||
"terser": "npm run terser:hyperscript && npm run terser:core && npm run terser:web && npm run terser:worker && npm run terser:w9y", | ||
"terser:hyperscript": "terser -m eval -o dist/_hyperscript.min.js dist/_hyperscript.js", | ||
"terser:core": "terser -m eval -o dist/lib/core.min.js dist/lib/core.js", | ||
"terser:web": "terser -m eval -o dist/lib/web.min.js dist/lib/web.js", | ||
"terser:worker": "terser -m eval -o dist/lib/worker.min.js dist/lib/worker.js", | ||
"terser:w9y": "terser -m eval -o dist/_hyperscript_w9y.min.js dist/_hyperscript_w9y.js", | ||
"gzip": "npm run gzip:hyperscript && npm run gzip:core && npm run gzip:web && npm run gzip:worker && npm run gzip:w9y", | ||
@@ -61,4 +61,4 @@ "gzip:hyperscript": "gzip -k -f dist/_hyperscript.min.js", | ||
"sinon": "^9.0.2", | ||
"uglify-js": "^3.9.1" | ||
"terser": "^5.9.0" | ||
} | ||
} |
@@ -15,3 +15,3 @@ [![//_hyperscript](https://hyperscript.org/img/light_logo.png "the underscore is silent")](https://hyperscript.org) | ||
<script src="https://unpkg.com/hyperscript.org@0.8.1"></script> | ||
<script src="https://unpkg.com/hyperscript.org@0.8.2"></script> | ||
@@ -18,0 +18,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
541455
12448