From 1c14e5781890ae490385411398ea0755e059fc03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jir=CC=8Ci=CC=81=20Orsa=CC=81g?= Date: Thu, 14 Jul 2016 16:21:42 +0200 Subject: [PATCH] Fix typo --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2855b30..e548e64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "radium-bootstrap-grid", - "version": "0.1.2", + "version": "0.1.3", "description": "Bootstrap grid system using inline styles", "main": "lib/index.js", "jsnext:main": "src/index.js", @@ -49,6 +49,6 @@ }, "peerDependencies": { "radium": ">=0.15.3", - "react": "=>0.14.3" + "react": ">=0.14.3" } }