File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ function installBowerComponent(componentName) {
4444 */
4545function 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 ) ;
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ var settings = {
3232
3333function 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 ) ;
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ function listComponents() {
3737 */
3838function 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 ) ;
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ function uninstallBowerComponent(componentName) {
4444 */
4545function 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 ) ;
Original file line number Diff line number Diff line change @@ -182,8 +182,8 @@ function removeService(serviceName) {
182182// For each plugins - call 'ionic add plugin <current-required-plugin>'
183183function 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 ) ;
You can’t perform that action at this time.
0 commit comments