From c2e36b103c0b7599a508231712f0dd85ffaebe78 Mon Sep 17 00:00:00 2001 From: Teoxoy <28601907+Teoxoy@users.noreply.github.com> Date: Wed, 16 Jan 2019 18:43:07 +0100 Subject: [PATCH] renamed repo published on npm updated package.json updated readme --- README.md | 8 +++++++- package.json | 9 +++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 95a6069..290957a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # lua2js -A Lua to JS transpiler +A Lua to JS transpiler / runtime + +## Install + +``` +npm i lua-js +``` Usage example (I am using it just to convert a lua file to js; run the temporary js file and get some data from it): ``` diff --git a/package.json b/package.json index f428046..a0bff67 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,12 @@ { - "name": "lua2js", + "name": "lua-js", "version": "1.0.0", - "description": "A Lua to JS transpiler", + "description": "A Lua to JS transpiler / runtime", "keywords": [ "lua", "javascript", - "transpiler" + "transpiler", + "runtime" ], "author": "Teoxoy", "license": "MIT", @@ -13,7 +14,7 @@ "module": "src/index.js", "repository": { "type": "git", - "url": "git://github.com/teoxoy/lua2js.git" + "url": "git://github.com/teoxoy/lua-js.git" }, "scripts": { "build": "webpack"