Skip to content

Commit 73bc89c

Browse files
committed
chore: add typescript-to-lua dev dependency
1 parent c81f500 commit 73bc89c

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"trailingComma": "all"
2424
},
2525
"devDependencies": {
26-
"prettier": "^1.16.4"
26+
"prettier": "^1.16.4",
27+
"typescript-to-lua": "^0.22.1"
2728
}
2829
}

yarn.lock

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,38 @@
22
# yarn lockfile v1
33

44

5+
path-parse@^1.0.6:
6+
version "1.0.6"
7+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
8+
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
9+
510
prettier@^1.16.4:
611
version "1.16.4"
712
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.16.4.tgz#73e37e73e018ad2db9c76742e2647e21790c9717"
813
integrity sha512-ZzWuos7TI5CKUeQAtFd6Zhm2s6EpAD/ZLApIhsF9pRvRtM1RFo61dM/4MSRUA0SuLugA/zgrZD8m0BaY46Og7g==
14+
15+
resolve@^1.11.0:
16+
version "1.11.0"
17+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.11.0.tgz#4014870ba296176b86343d50b60f3b50609ce232"
18+
integrity sha512-WL2pBDjqT6pGUNSUzMw00o4T7If+z4H2x3Gz893WoUQ5KW8Vr9txp00ykiP16VBaZF5+j/OcXJHZ9+PCvdiDKw==
19+
dependencies:
20+
path-parse "^1.0.6"
21+
22+
source-map@^0.7.3:
23+
version "0.7.3"
24+
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
25+
integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
26+
27+
typescript-to-lua@^0.22.1:
28+
version "0.22.1"
29+
resolved "https://registry.yarnpkg.com/typescript-to-lua/-/typescript-to-lua-0.22.1.tgz#796df77dae9108d7a265697e746dce31e9663728"
30+
integrity sha512-mRKKnFdTftqzmw/7p/BjuL48opgUDgDTPdnOoy3ikVdxPm+i5/yhd5YePLsrIALT9PYSoeKAXJbSOcXoy0d/AA==
31+
dependencies:
32+
resolve "^1.11.0"
33+
source-map "^0.7.3"
34+
typescript "^3.5.2"
35+
36+
typescript@^3.5.2:
37+
version "3.5.2"
38+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.2.tgz#a09e1dc69bc9551cadf17dba10ee42cf55e5d56c"
39+
integrity sha512-7KxJovlYhTX5RaRbUdkAXN1KUZ8PwWlTzQdHV6xNqvuFOs7+WBo10TQUqT19Q/Jz2hk5v9TQDIhyLhhJY4p5AA==

0 commit comments

Comments
 (0)