feat: use files limit package file

This commit is contained in:
2023-10-19 17:24:52 +08:00
parent 54bea62735
commit 5bf4b1c09e
19 changed files with 59 additions and 1 deletions

View File

@@ -4,6 +4,9 @@
"description": "A fast parser for Minecraft's MoLang",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"clean": "rimraf dist",
"watch": "tsc --watch",