Skip to content

Commit 1f66021

Browse files
committed
apply npm pkg fix
Signed-off-by: karthik2804 <[email protected]>
1 parent 23dd5c3 commit 1f66021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/build-tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "npm run build && mocha --require ts-node/register test/**/*.spec.ts"
1010
},
1111
"bin": {
12-
"j2w": "./dist/index.js"
12+
"j2w": "dist/index.js"
1313
},
1414
"keywords": [],
1515
"author": "",
@@ -47,4 +47,4 @@
4747
}
4848
]
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)