Skip to content

Commit 5f2be6f

Browse files
committed
1 parent 6b35a98 commit 5f2be6f

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

lib/ionic/add.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ function installBowerComponent(componentName) {
4444
*/
4545
function run(ionic, argv) {
4646

47-
// This command will be depreciated in the future.
48-
var deprecationMsg = 'This command has been ' + 'depreciated'.red + '. All ' +
47+
// This command will be deprecated in the future.
48+
var deprecationMsg = 'This command has been ' + 'deprecated'.red + '. All ' +
4949
'resources are currently available in NPM and we recommend that you use NPM to manage these.\n' +
5050
'More information is available here: https://github.com/driftyco/ionic-cli/wiki/Migrating-to-NPM-from-bower\n';
5151
log.info(deprecationMsg.bold);

lib/ionic/lib.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ var settings = {
3232

3333
function run(ionic, argv) {
3434

35-
// This command will be depreciated in the future.
36-
var deprecationMsg = 'This command has been ' + 'depreciated'.red + '. All ' +
35+
// This command will be deprecated in the future.
36+
var deprecationMsg = 'This command has been ' + 'deprecated'.red + '. All ' +
3737
'resources are currently available in NPM and we recommend that you use NPM to manage these.\n' +
3838
'More information is available here: https://github.com/driftyco/ionic-cli/wiki/Migrating-to-NPM-from-bower\n';
3939
log.info(deprecationMsg.bold);

lib/ionic/list.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ function listComponents() {
3737
*/
3838
function run() {
3939

40-
// This command will be depreciated in the future.
41-
var deprecationMsg = 'This command has been ' + 'depreciated'.red + '. All ' +
40+
// This command will be deprecated in the future.
41+
var deprecationMsg = 'This command has been ' + 'deprecated'.red + '. All ' +
4242
'resources are currently available in NPM and we recommend that you use NPM to manage these.\n' +
4343
'More information is available here: https://github.com/driftyco/ionic-cli/wiki/Migrating-to-NPM-from-bower\n';
4444
log.info(deprecationMsg.bold);

lib/ionic/remove.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ function uninstallBowerComponent(componentName) {
4444
*/
4545
function run(ionic, argv) {
4646

47-
// This command will be depreciated in the future.
48-
var deprecationMsg = 'This command has been ' + 'depreciated'.red + '. All ' +
47+
// This command will be deprecated in the future.
48+
var deprecationMsg = 'This command has been ' + 'deprecated'.red + '. All ' +
4949
'resources are currently available in NPM and we recommend that you use NPM to manage these.\n' +
5050
'More information is available here: https://github.com/driftyco/ionic-cli/wiki/Migrating-to-NPM-from-bower\n';
5151
log.info(deprecationMsg.bold);

lib/ionic/service.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ function removeService(serviceName) {
182182
// For each plugins - call 'ionic add plugin <current-required-plugin>'
183183
function run(ionic, argv) {
184184

185-
// This command will be depreciated in the future.
186-
var deprecationMsg = 'This command has been ' + 'depreciated'.red + '. All ' +
185+
// This command will be deprecated in the future.
186+
var deprecationMsg = 'This command has been ' + 'deprecated'.red + '. All ' +
187187
'resources are currently available in NPM and we recommend that you use NPM to manage these.\n' +
188188
'More information is available here: https://github.com/driftyco/ionic-cli/wiki/Migrating-to-NPM-from-bower\n';
189189
log.info(deprecationMsg.bold);

0 commit comments

Comments
 (0)