chore: Lint package.json

This commit is contained in:
olivermrbl
2023-02-14 17:27:43 +01:00
parent 968eb8fc6b
commit da9fb4aaa8
11 changed files with 34 additions and 11 deletions
+3 -1
View File
@@ -14,7 +14,9 @@
"prepare": "cross-env NODE_ENV=production yarn run build",
"watch": "tsc --watch"
},
"files": ["dist"],
"files": [
"dist"
],
"author": "Sebastian Rindom",
"license": "MIT",
"devDependencies": {