Skip to content

Commit 01bde75

Browse files
committed
v0.1.6
1 parent 00b0f73 commit 01bde75

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,11 +1,15 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"npmClient": "pnpm",
5-
"packages": ["./"],
5+
"packages": [
6+
"./"
7+
],
68
"command": {
79
"version": {
8-
"allowBranch": ["release/v*"]
10+
"allowBranch": [
11+
"release/v*"
12+
]
913
}
1014
}
1115
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-babylon-app",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "A CLI for scaffolding Babylon.js Web App.",
55
"type": "commonjs",
66
"main": "index.cjs",

0 commit comments

Comments
 (0)