Skip to content

Commit db0e257

Browse files
committed
Add lualib_modules_info.json to npm package
1 parent aceb355 commit db0e257

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"dist/**/*.js",
1919
"dist/**/*.lua",
2020
"dist/**/*.ts",
21-
"language-extensions/**/*.ts"
21+
"language-extensions/**/*.ts",
22+
"dist/lualib/*.json"
2223
],
2324
"main": "dist/index.js",
2425
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)