Skip to content

Commit 22849bf

Browse files
committed
Updated keywords
1 parent 32496f6 commit 22849bf

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-push-browser",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Minimal library for sending notifications via the browser Push API",
55
"main": "build/index.js",
66
"dependencies": {
@@ -14,5 +14,11 @@
1414
},
1515
"author": "Cole Crouter",
1616
"license": "ISC",
17-
"type": "module"
17+
"type": "module",
18+
"keywords": [
19+
"push",
20+
"notifications",
21+
"web-push",
22+
"browser"
23+
]
1824
}

0 commit comments

Comments
 (0)