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 f33304e commit e1f6be9Copy full SHA for e1f6be9
cli.js
@@ -75,6 +75,8 @@ const cli = meow(
75
},
76
);
77
78
+console.log("dirname", __dirname);
79
+
80
const { packageJson } = readPackageUpSync({ cwd: __dirname });
81
82
if (cli.input.length === 0) {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "angular-three-gltf",
3
- "version": "1.1.4",
+ "version": "1.1.5",
4
"description": "GLTF to Angular Three converter",
5
"scripts": {
6
"cleanup": "rimraf node_modules"
0 commit comments