js-interpreter
Advanced tools
Comparing version 1.3.0-alpha.2 to 1.3.0-alpha.3
{ | ||
"name": "js-interpreter", | ||
"version": "1.3.0-alpha.2", | ||
"version": "1.3.0-alpha.3", | ||
"description": "NPM package for https://github.com/NeilFraser/JS-Interpreter", | ||
"main": "lib/index.js", | ||
"module": "src/interpreter.js", | ||
"bin": "bin/js-interpreter", | ||
"scripts": { | ||
@@ -8,0 +9,0 @@ "build": "webpack --config webpack.config.cli.js", |
502628