Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "jqkill", | ||
"version": "1.0.4", | ||
"description": "Locate and eliminate jQuery", | ||
"version": "1.0.5", | ||
"description": "A linter to help locate and eliminate jQuery", | ||
"keywords": [ | ||
@@ -9,3 +9,4 @@ "jquery", | ||
"utility", | ||
"cli" | ||
"cli", | ||
"linter" | ||
], | ||
@@ -27,3 +28,3 @@ "repository": "https://github.com/vanillaes/jqkill.git", | ||
"package": "npx rimraf package && npm pack | tail -n 1 | xargs tar -xf", | ||
"preversion": "npm run lint", | ||
"preversion": "npm run lint && npm run test", | ||
"postversion": "git push --follow-tags" | ||
@@ -30,0 +31,0 @@ }, |
14222