Skip to content

Commit

Permalink
update package.json version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBernier committed Oct 27, 2014
1 parent 93b6da9 commit 81a299d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,18 @@ sudo luarocks-5.2 install lrexlib-pcre
sudo luarocks-5.1 install lrexlib-pcre
```

Note that you'll need to have *libpcre* installed on your system (*lrexlib-pcre* is only a binding to the *libpcre* API).
You'll need to have *libpcre* installed on your system (*lrexlib-pcre* is only a binding to the *libpcre* API).

And then you may want to test:
```
castl code.js
npm test
```

Note that you can also directly install CASTL globally via npm repository:
```
sudo npm install castl -g
## Usage:
* Compile code in `<file.js>`, print and execute the compiled code:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "castl",
"version": "1.1.14",
"version": "1.2.0",
"description": "JavaScript to Lua compiler with runtime library",
"keywords": [
"castl",
Expand Down

0 comments on commit 81a299d

Please sign in to comment.