Skip to content

Commit 88d2f54

Browse files
committed
Added missing files to package output
1 parent 8ea8dd4 commit 88d2f54

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
*
22
!dist/**/*.js
3+
!dist/**/*.lua
4+
!dist/**/*.ts
35
dist/**/*.map.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"postversion": "git push && git push --tags"
1616
},
1717
"bin": {
18-
"tstl": "dist/Compiler.js"
18+
"tstl": "./dist/Compiler.js"
1919
},
2020
"dependencies": {
2121
"typescript": "^2.7.2"

0 commit comments

Comments
 (0)