Skip to content

Commit 434ac9e

Browse files
committed
Merge branch 'develop'
2 parents 13cba14 + eb95fb6 commit 434ac9e

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ bin/
88
/___automation___.npmrc___
99
coverage/
1010
.npm-cache/
11+
**/.gradle/**
12+
**/android/app/build/**

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)