@github/auto-check-element
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "@github/auto-check-element", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "An input element that validates its value with a server endpoint.", | ||
@@ -18,3 +18,4 @@ "repository": "github/auto-check-element", | ||
"test": "karma start test/karma.config.js", | ||
"prepublishOnly": "npm run build" | ||
"prepublishOnly": "npm run build", | ||
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'" | ||
}, | ||
@@ -21,0 +22,0 @@ "keywords": [ |
17165