web-push-browser
Advanced tools
Comparing version
{ | ||
"name": "web-push-browser", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Minimal library for sending notifications via the browser Push API", | ||
@@ -17,3 +17,9 @@ "main": "build/index.js", | ||
"license": "ISC", | ||
"type": "module" | ||
"type": "module", | ||
"keywords": [ | ||
"push", | ||
"notifications", | ||
"web-push", | ||
"browser" | ||
] | ||
} |
28987
0.29%