Skip to content

Commit 8870fee

Browse files
committed
1 parent f7795b3 commit 8870fee

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

packages/cli-plugin-cordova/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/cli-plugin-cordova",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Ionic Cordova Plugin for Ionic CLI",
55
"homepage": "https://ionic.io/",
66
"author": "Ionic Team <[email protected]> (http://ionic.io)",
@@ -48,7 +48,7 @@
4848
"testRegex": "/__tests__/.*\\.(ts|js)$"
4949
},
5050
"dependencies": {
51-
"@ionic/cli-utils": "^0.0.1",
51+
"@ionic/cli-utils": "^0.0.2",
5252
"chalk": "^1.1.3",
5353
"form-data": "^2.1.2",
5454
"node-fetch": "^1.6.3",

packages/cli-plugin-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/cli-plugin-core",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Ionic CLI Core",
55
"homepage": "https://ionic.io/",
66
"author": "Ionic Team <[email protected]> (http://ionic.io)",
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@ionic/app-generators": "0.0.4",
51-
"@ionic/cli-utils": "^0.0.1",
51+
"@ionic/cli-utils": "^0.0.2",
5252
"archiver": "^1.3.0",
5353
"chalk": "^1.1.3",
5454
"opn": "^4.0.2",

packages/cli-plugin-package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/cli-plugin-package",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Ionic Package Plugin for Ionic CLI",
55
"homepage": "https://ionic.io/",
66
"author": "Ionic Team <[email protected]> (http://ionic.io)",
@@ -37,7 +37,7 @@
3737
},
3838
"license": "MIT",
3939
"dependencies": {
40-
"@ionic/cli-utils": "^0.0.1",
40+
"@ionic/cli-utils": "^0.0.2",
4141
"chalk": "^1.1.3"
4242
},
4343
"files": [

packages/cli-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/cli-utils",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Ionic CLI Utils",
55
"homepage": "https://ionic.io/",
66
"author": "Ionic Team <[email protected]> (http://ionic.io)",

packages/ionic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionic",
3-
"version": "3.0.0-alpha.100",
3+
"version": "3.0.0-alpha.101",
44
"preferGlobal": true,
55
"description": "A tool for creating and developing Ionic Framework mobile apps.",
66
"homepage": "http://ionicframework.com/",
@@ -46,7 +46,7 @@
4646
},
4747
"license": "MIT",
4848
"dependencies": {
49-
"@ionic/cli-utils": "^0.0.1",
49+
"@ionic/cli-utils": "^0.0.2",
5050
"chalk": "^1.1.3",
5151
"inquirer": "^3.0.1",
5252
"minimist": "^1.2.0",

0 commit comments

Comments
 (0)