From f7bd19ffd55b4606eeb8219fd470d03279aaa9a5 Mon Sep 17 00:00:00 2001 From: Joel Arvidsson Date: Sun, 29 Nov 2015 13:34:49 +0100 Subject: [PATCH] Released 1.0.0. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a64b9e4ff..d98066d80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-vector-icons", - "version": "1.0.0-rc", + "version": "1.0.0", "description": "Customizable Icons for React Native with support for NavBar/TabBar, image source and full styling. Choose from 3000+ bundled icons or use your own.", "main": "index.js", "bin": { @@ -51,7 +51,7 @@ }, "dependencies": { "lodash": "^3.8.0", - "yargs": "^3.9.0" + "yargs": "^3.30.0" }, "devDependencies": { "evil-icons": "^1.7.6",