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 8ea8dd4 commit 88d2f54Copy full SHA for 88d2f54
.npmignore
@@ -1,3 +1,5 @@
1
*
2
!dist/**/*.js
3
+!dist/**/*.lua
4
+!dist/**/*.ts
5
dist/**/*.map.js
package.json
@@ -15,7 +15,7 @@
15
"postversion": "git push && git push --tags"
16
},
17
"bin": {
18
- "tstl": "dist/Compiler.js"
+ "tstl": "./dist/Compiler.js"
19
20
"dependencies": {
21
"typescript": "^2.7.2"
0 commit comments