Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davazp committed May 7, 2018
1 parent a6576cc commit 2c9667e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jscl",
"version": "0.6.0",
"version": "0.6.1",
"description": "A Common Lisp implementation for Javascript",
"main": "jscl.js",
"files": [
Expand All @@ -9,7 +9,7 @@
"repl-web.js"
],
"bin": {
"jscl-repl" : "./repl-node.js"
"jscl-repl": "./repl-node.js"
},
"directories": {
"test": "tests"
Expand Down

0 comments on commit 2c9667e

Please sign in to comment.