Skip to content

Commit 0fb4fb6

Browse files
committed
1.0.3
1 parent 0bc3a09 commit 0fb4fb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/itlfy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!node
1+
#!/usr/bin/env node
22
import cli from '../src/cli.js';
33

44
process.exit(await cli(process.argv, process.cwd(),),);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@idrinth/typescript-language-from-yaml",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Translates yaml files to ts for translation autocompletion, autocorrection and better developer support",
55
"bin": {
66
"itlfy": "bin/itlfy.js"

0 commit comments

Comments
 (0)