Skip to content

Commit 46089a0

Browse files
committed
v0.6.2
1 parent 01a3b61 commit 46089a0

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

lerna.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
2-
"packages": ["packages/*"],
3-
"version": "0.6.1",
2+
"packages": [
3+
"packages/*"
4+
],
5+
"version": "0.6.2",
46
"npmClient": "yarn",
5-
"npmClientArgs": ["--no-lockfile"]
7+
"npmClientArgs": [
8+
"--no-lockfile"
9+
]
610
}

packages/zcomp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zlanguage/zcomp",
33
"description": "The Z language transpiler.",
4-
"version": "0.6.1",
4+
"version": "0.6.2",
55
"author": "N8",
66
"bin": {
77
"zcomp": "node src/commands/index.js"

0 commit comments

Comments
 (0)