eslint-plugin-vest
Advanced tools
Comparing version 0.1.3 to 0.1.4-dev-1aaf06
{ | ||
"name": "eslint-plugin-vest", | ||
"version": "0.1.3", | ||
"version": "0.1.4-dev-1aaf06", | ||
"description": "Eslint plugin for vest validations.", | ||
@@ -12,3 +12,6 @@ "keywords": [ | ||
"main": "lib/index.js", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "exit 0" | ||
} | ||
} |
12535