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 9428a4c commit 99baec5Copy full SHA for 99baec5
lerna.json
@@ -1,6 +1,8 @@
1
{
2
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3
- "version": "0.1.4",
+ "version": "0.1.5",
4
"npmClient": "pnpm",
5
- "packages": ["./"]
+ "packages": [
6
+ "./"
7
+ ]
8
}
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