Skip to content

Commit e1f6be9

Browse files
committed
test: dirname
1 parent f33304e commit e1f6be9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cli.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ const cli = meow(
7575
},
7676
);
7777

78+
console.log("dirname", __dirname);
79+
7880
const { packageJson } = readPackageUpSync({ cwd: __dirname });
7981

8082
if (cli.input.length === 0) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-three-gltf",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "GLTF to Angular Three converter",
55
"scripts": {
66
"cleanup": "rimraf node_modules"

0 commit comments

Comments
 (0)