We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b2854 commit cbaf618Copy full SHA for cbaf618
1 file changed
lib/ionic/package.js
@@ -3,6 +3,8 @@ var fs = require('fs'),
3
_ = require('underscore'),
4
Q = require('q'),
5
moment = require('moment'),
6
+ expandTilde = require('expand-tilde'),
7
+ ProgressBar = require('progress'),
8
IonicAppLib = require('ionic-app-lib'),
9
Utils = IonicAppLib.utils,
10
Login = IonicAppLib.login,
0 commit comments