Skip to content

Commit ecab347

Browse files
committed
Fix keywords
1 parent 003a7d9 commit ecab347

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

package.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eneris/firebase-nodejs-client",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Firebase NodeJS client",
55
"author": "Martin Kalabek<[email protected]>",
66
"license": "Apache-2.0",
@@ -16,14 +16,9 @@
1616
"url": "git+ssh://[email protected]/eneris/firebase-nodejs-client.git"
1717
},
1818
"keywords": [
19-
"push",
20-
"service",
21-
"fcm",
22-
"gcm",
23-
"notifications",
2419
"node",
25-
"electron",
26-
"receiver"
20+
"firebase",
21+
"remote-config"
2722
],
2823
"scripts": {
2924
"build": "yarn clean && yarn tsc",

0 commit comments

Comments
 (0)