Skip to content

Commit 99baec5

Browse files
committed
v0.1.5
1 parent 9428a4c commit 99baec5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"npmClient": "pnpm",
5-
"packages": ["./"]
5+
"packages": [
6+
"./"
7+
]
68
}

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.4",
3+
"version": "0.1.5",
44
"description": "A CLI for scaffolding Babylon.js Web App.",
55
"type": "commonjs",
66
"main": "index.cjs",

0 commit comments

Comments
 (0)