From caa2c1e980f3e17a9e62911a330fca785ffbc9c9 Mon Sep 17 00:00:00 2001 From: Josh Thomas Date: Tue, 22 Jan 2019 22:56:29 -0600 Subject: [PATCH] chore(): Release of @ionic/react 0.0.3 (#17217) --- react/package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/react/package.json b/react/package.json index d30c9f6b7f..63970ed066 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react", - "version": "0.0.2", + "version": "0.0.3", "description": "React specific wrapper for @ionic/core", "keywords": [ "ionic", @@ -46,8 +46,7 @@ "np": "^3.1.0" }, "dependencies": { - "@ionic/core": "4.0.0-rc.2", - "ionicons": "^4.5.0" + "@ionic/core": "4.0.0-rc.2" }, "peerDependencies": { "react": "^16.7.0",