diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..91119d9 --- /dev/null +++ b/NEWS @@ -0,0 +1,4 @@ +0.1.0 - 2018-03-31 + + - Node.js based versions of `lua` and `luac` command line tools + - Implements all options of the Lua 5.3 executables diff --git a/package.json b/package.json index dcee068..7dae34c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fengari-node-cli", - "version": "0.0.1", + "version": "0.1.0", "description": " The Lua command line application, but using fengari under node", "bin": { "fengari": "./src/lua-cli.js", @@ -35,7 +35,7 @@ }, "homepage": "https://github.com/fengari-lua/fengari-node-cli#readme", "dependencies": { - "fengari": "^0.0", + "fengari": "^0.1.0", "readline-sync": "^1.4.7", "sprintf-js": "^1.1.1" }, diff --git a/yarn.lock b/yarn.lock index 5f6b20c..87d99f1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1067,8 +1067,9 @@ fb-watchman@^2.0.0: dependencies: bser "^2.0.0" -fengari@^0.0: - version "0.0.1-rc.2" +fengari@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/fengari/-/fengari-0.1.0.tgz#fbc7566a43e3c6e2b37d6c4246f87de9b0b31866" dependencies: readline-sync "^1.4.9" sprintf-js "^1.1.1"