aboutsummaryrefslogtreecommitdiff
path: root/bin.js
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-01-15 00:39:45 +0530
committerAkshay Nair <phenax5@gmail.com>2023-01-15 00:39:45 +0530
commit3cbb9d17527a7707aaf1c6fb0e5cde3998db19f6 (patch)
tree2833e17cf34babab186e0989730727e2cfaccce8 /bin.js
parent611b2115004e59615464be0afac7b49ce257e557 (diff)
downloadts-types-lang-3cbb9d17527a7707aaf1c6fb0e5cde3998db19f6.tar.gz
ts-types-lang-3cbb9d17527a7707aaf1c6fb0e5cde3998db19f6.zip
fix: bin file path
Diffstat (limited to 'bin.js')
-rwxr-xr-xbin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin.js b/bin.js
index 2f4cfed..54f06ce 100755
--- a/bin.js
+++ b/bin.js
@@ -1,3 +1,3 @@
#!/usr/bin/env node
-require('./dist/index.js')
+require('./dist/src/index.js')