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 00b0f73 commit 01bde75Copy full SHA for 01bde75
lerna.json
@@ -1,11 +1,15 @@
1
{
2
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3
- "version": "0.1.5",
+ "version": "0.1.6",
4
"npmClient": "pnpm",
5
- "packages": ["./"],
+ "packages": [
6
+ "./"
7
+ ],
8
"command": {
9
"version": {
- "allowBranch": ["release/v*"]
10
+ "allowBranch": [
11
+ "release/v*"
12
+ ]
13
}
14
15
package.json
@@ -1,6 +1,6 @@
"name": "create-babylon-app",
"description": "A CLI for scaffolding Babylon.js Web App.",
"type": "commonjs",
"main": "index.cjs",
0 commit comments