File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ 0.1.0 - 2018-03-31
2+
3+ - Node.js based versions of `lua` and `luac` command line tools
4+ - Implements all options of the Lua 5.3 executables
Original file line number Diff line number Diff line change 11{
22 "name" : " fengari-node-cli" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.1.0 " ,
44 "description" : " The Lua command line application, but using fengari under node" ,
55 "bin" : {
66 "fengari" : " ./src/lua-cli.js" ,
3535 },
3636 "homepage" : " https://github.com/fengari-lua/fengari-node-cli#readme" ,
3737 "dependencies" : {
38- "fengari" : " ^0.0" ,
38+ "fengari" : " ^0.1. 0" ,
3939 "readline-sync" : " ^1.4.7" ,
4040 "sprintf-js" : " ^1.1.1"
4141 },
Original file line number Diff line number Diff line change @@ -1067,8 +1067,9 @@ fb-watchman@^2.0.0:
10671067 dependencies :
10681068 bser "^2.0.0"
10691069
1070- fengari@^0.0 :
1071- version "0.0.1-rc.2"
1070+ fengari@^0.1.0 :
1071+ version "0.1.0"
1072+ resolved "https://registry.yarnpkg.com/fengari/-/fengari-0.1.0.tgz#fbc7566a43e3c6e2b37d6c4246f87de9b0b31866"
10721073 dependencies :
10731074 readline-sync "^1.4.9"
10741075 sprintf-js "^1.1.1"
You can’t perform that action at this time.
0 commit comments