Skip to content

Commit 0ed53b1

Browse files
committed
Update remained file
1 parent 3b604ce commit 0ed53b1

File tree

4 files changed

+448
-11
lines changed

4 files changed

+448
-11
lines changed

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,4 @@ jspm_packages
8383
# Optional REPL history
8484
.node_repl_history
8585

86-
app
87-
libs/android-cli.js
86+
app

app.ts

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {DependencyController} from "./scripts/controllers/DependencyController";
88
import {PackageManager} from "./scripts/utils/PackageManager";
99
// import * as pkg from "./scripts/constants/Package";
1010

11-
1211
const chalk = require('chalk'),
1312
figlet = require('figlet'),
1413
commander = require('commander'),

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "android-cli",
3-
"version": "1.0.0",
3+
"version": "0.0.1",
44
"description": "<p align=\"center\"> <img alt=\"AndroidCLI\" src=\"http://i.imgur.com/3wCVzej.png\" width=\"400\" />",
55
"main": "./bin/acli",
66
"scripts": {
@@ -30,6 +30,7 @@
3030
"gradlejs": "^1.0.0",
3131
"inquirer": "^3.0.6",
3232
"node": "0.0.0",
33+
"request-promise": "^4.2.1",
3334
"shelljs": "^0.7.7",
3435
"ts-loader": "^2.0.3",
3536
"walk": "^2.3.9",

0 commit comments

Comments
 (0)