Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daurnimator committed Mar 31, 2018
1 parent 249fb77 commit 40df40c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down
5 changes: 3 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 40df40c

Please sign in to comment.