From 00cc9f8e03bc3443c8af6d2ff6180ae31428bf6c Mon Sep 17 00:00:00 2001 From: AndreiCalazans Date: Sat, 2 Jun 2018 08:30:38 -0300 Subject: [PATCH] fix(readme): update --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5057ea4..4aba1cf 100644 --- a/package.json +++ b/package.json @@ -42,11 +42,10 @@ "__DEV__": true } }, - "dependencies": { - "react": "^16.4.0", - "react-native": "^0.55.4" - }, + "dependencies": {}, "devDependencies": { + "react": "^16.4.0", + "react-native": "^0.55.4", "@commitlint/cli": "^6.1.3", "@commitlint/config-conventional": "^6.1.3", "babel-eslint": "^8.1.1",