mirror of
https://github.com/0x5eal/wg-lua.git
synced 2024-12-12 12:50:36 +00:00
chore(pkg): include required files in package
This commit is contained in:
parent
42909bea75
commit
7b51d3ae82
1 changed files with 6 additions and 1 deletions
|
@ -19,7 +19,12 @@
|
|||
"license": "Apache-2.0",
|
||||
"types": "out/index.d.ts",
|
||||
"files": [
|
||||
"out",
|
||||
"lunew",
|
||||
"lunew.bat",
|
||||
"lune_require_patch.diff",
|
||||
"out/init.*",
|
||||
"out/index.*",
|
||||
"!out/rbxts/**",
|
||||
"!**/*.tsbuildinfo"
|
||||
],
|
||||
"publishConfig": {
|
||||
|
|
Loading…
Reference in a new issue