@2toad/fluent-state
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "@2toad/fluent-state", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "A fluent JavaScript State Machine (with TypeScript support)", | ||
@@ -43,2 +43,4 @@ "homepage": "https://github.com/2Toad/fluent-state", | ||
"eslint-plugin-security": "^1.5.0", | ||
"husky": "^8.0.0", | ||
"lint-staged": "^12.4.1", | ||
"mocha": "^9.2.2", | ||
@@ -51,3 +53,9 @@ "mocha-suppress-logs": "^0.3.1", | ||
"typescript": "^4.7.2" | ||
}, | ||
"lint-staged": { | ||
"*.ts": [ | ||
"eslint --cache --fix", | ||
"prettier --write" | ||
] | ||
} | ||
} |
28201
28
23