Skip to content

Commit eb95fb6

Browse files
committed
feat: add additional keywords to package.json for improved discoverability
1 parent 5f06e17 commit eb95fb6

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
"name": "@srcpush/code-push-cli",
33
"version": "0.1.1",
44
"description": "Management CLI for the CodePush service",
5+
"keywords": [
6+
"srcpush",
7+
"source-push",
8+
"codepush",
9+
"code-push",
10+
"react-native",
11+
"ota",
12+
"over-the-air",
13+
"cli",
14+
"mobile",
15+
"deployment",
16+
"appcenter"
17+
],
518
"type": "commonjs",
619
"main": "./dist/index.js",
720
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)