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
+4 -1
View File
@@ -14,7 +14,10 @@
"publishConfig": {
"access": "public"
},
"files": ["dist", "cli.js"],
"files": [
"dist",
"cli.js"
],
"scripts": {
"test": "jest --passWithNoTests src",
"build": "babel src --out-dir dist/ --ignore '**/__tests__','**/__mocks__'",