js-interpreter
Advanced tools
Comparing version 1.2.0-alpha to 1.2.0-alpha.1
{ | ||
"name": "js-interpreter", | ||
"version": "1.2.0-alpha", | ||
"version": "1.2.0-alpha.1", | ||
"description": "NPM package for https://github.com/NeilFraser/JS-Interpreter", | ||
@@ -24,3 +24,5 @@ "main": "lib/index.js", | ||
}, | ||
"bin": "bin/run.js" | ||
"bin": { | ||
"js-interpreter": "bin/run.js" | ||
} | ||
} |
553536