eighty-eighty-js
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "eighty-eighty-js", | ||
"description": "A nice little Intel 8080 emulator for Node.js and Browser!", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"author": "Skayo (https://skayo.dev)", | ||
@@ -20,5 +20,6 @@ "license": "MIT", | ||
"scripts": { | ||
"build": "microbundle build", | ||
"test": "microbundle build && node test/run-all.js", | ||
"dev": "microbundle watch --no-compress" | ||
"build": "microbundle", | ||
"test": "microbundle && node test/run-all.js", | ||
"dev": "microbundle watch --no-compress", | ||
"prepare": "microbundle" | ||
}, | ||
@@ -25,0 +26,0 @@ "engines": { |
479247