@hattip/core
Advanced tools
Comparing version 0.0.46 to 0.0.47
{ | ||
"name": "@hattip/core", | ||
"version": "0.0.46", | ||
"version": "0.0.47", | ||
"type": "module", | ||
@@ -10,6 +10,6 @@ "files": [ | ||
"devDependencies": { | ||
"@cyco130/eslint-config": "^3.9.1", | ||
"@cyco130/eslint-config": "^3.9.4", | ||
"eslint": "^8.57.0", | ||
"publint": "^0.2.8", | ||
"typescript": "^5.4.5" | ||
"publint": "^0.2.9", | ||
"typescript": "^5.5.4" | ||
}, | ||
@@ -19,5 +19,5 @@ "scripts": { | ||
"test:typecheck": "tsc -p tsconfig.json --noEmit", | ||
"test:lint": "eslint . --max-warnings 0 --ignore-pattern dist", | ||
"test:lint": "eslint . --max-warnings 0", | ||
"test:package": "publint --strict" | ||
} | ||
} |
3716