eslint-plugin-always
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "eslint-plugin-always", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "ESLint plugin that always reports with configurable message", | ||
@@ -8,3 +8,2 @@ "main": "dist/index.js", | ||
"license": "MIT", | ||
"private": false, | ||
"homepage": "https://github.com/jenssimon/eslint-plugin-always#readme", | ||
@@ -31,7 +30,7 @@ "repository": { | ||
"devDependencies": { | ||
"@jenssimon/eslint-config-base": "^5.0.0", | ||
"@jenssimon/eslint-config-typescript": "^3.1.3", | ||
"@types/eslint": "^8.2.0", | ||
"eslint": "^8.3.0", | ||
"typescript": "^4.5.2" | ||
"@jenssimon/eslint-config-base": "^5.2.0", | ||
"@jenssimon/eslint-config-typescript": "^3.3.2", | ||
"@types/eslint": "^8.4.1", | ||
"eslint": "^8.7.0", | ||
"typescript": "^4.5.5" | ||
}, | ||
@@ -57,3 +56,4 @@ "peerDependencies": { | ||
"prepublishOnly": "tsc" | ||
} | ||
} | ||
}, | ||
"packageManager": "yarn@3.1.1" | ||
} |
5379