2 parents 13cba14 + eb95fb6 commit 434ac9eCopy full SHA for 434ac9e
2 files changed
.gitignore
@@ -8,3 +8,5 @@ bin/
8
/___automation___.npmrc___
9
coverage/
10
.npm-cache/
11
+**/.gradle/**
12
+**/android/app/build/**
package.json
@@ -2,6 +2,19 @@
2
"name": "@srcpush/code-push-cli",
3
"version": "0.1.1",
4
"description": "Management CLI for the CodePush service",
5
+ "keywords": [
6
+ "srcpush",
7
+ "source-push",
+ "codepush",
+ "code-push",
+ "react-native",
+ "ota",
+ "over-the-air",
13
+ "cli",
14
+ "mobile",
15
+ "deployment",
16
+ "appcenter"
17
+ ],
18
"type": "commonjs",
19
"main": "./dist/index.js",
20
"types": "./dist/index.d.ts",
0 commit comments