We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a3b61 commit 46089a0Copy full SHA for 46089a0
lerna.json
@@ -1,6 +1,10 @@
1
{
2
- "packages": ["packages/*"],
3
- "version": "0.6.1",
+ "packages": [
+ "packages/*"
4
+ ],
5
+ "version": "0.6.2",
6
"npmClient": "yarn",
- "npmClientArgs": ["--no-lockfile"]
7
+ "npmClientArgs": [
8
+ "--no-lockfile"
9
+ ]
10
}
packages/zcomp/package.json
@@ -1,7 +1,7 @@
"name": "@zlanguage/zcomp",
"description": "The Z language transpiler.",
"author": "N8",
"bin": {
"zcomp": "node src/commands/index.js"
0 commit comments