hyperscript.org
Advanced tools
Comparing version
@@ -8,3 +8,3 @@ { | ||
], | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"homepage": "https://hyperscript.org/", | ||
@@ -29,4 +29,4 @@ "bugs": { | ||
"concat": "npm run concat:hyperscript && npm run concat:w9y", | ||
"concat:hyperscript": "concat src/lib/core.js src/lib/web.js -o dist/_hyperscript.js", | ||
"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", | ||
"concat:hyperscript": "cat src/lib/core.js src/lib/web.js >> dist/_hyperscript.js", | ||
"concat:w9y": "cat src/lib/core.js src/lib/web.js src/lib/worker.js src/lib/template.js src/lib/socket.js src/lib/eventsource.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", | ||
@@ -33,0 +33,0 @@ "terser:hyperscript": "terser -m eval -o dist/_hyperscript.min.js dist/_hyperscript.js", |
@@ -15,3 +15,3 @@ [](https://hyperscript.org) | ||
<script src="https://unpkg.com/hyperscript.org@0.8.2"></script> | ||
<script src="https://unpkg.com/hyperscript.org@0.8.3"></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
541683
0.04%