Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL committed May 7, 2020
1 parent 01a3b61 commit 46089a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"packages": ["packages/*"],
"version": "0.6.1",
"packages": [
"packages/*"
],
"version": "0.6.2",
"npmClient": "yarn",
"npmClientArgs": ["--no-lockfile"]
"npmClientArgs": [
"--no-lockfile"
]
}
2 changes: 1 addition & 1 deletion packages/zcomp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zlanguage/zcomp",
"description": "The Z language transpiler.",
"version": "0.6.1",
"version": "0.6.2",
"author": "N8",
"bin": {
"zcomp": "node src/commands/index.js"
Expand Down

0 comments on commit 46089a0

Please sign in to comment.