From 3e1822707e6aeec0926c51950ce8c2595f6a5454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jir=CC=8Ci=CC=81=20Orsa=CC=81g?= Date: Wed, 13 Jul 2016 10:14:45 +0200 Subject: [PATCH] Remove dependecy version locks --- package.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 713097f..2855b30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "radium-bootstrap-grid", - "version": "0.1.1", + "version": "0.1.2", "description": "Bootstrap grid system using inline styles", "main": "lib/index.js", "jsnext:main": "src/index.js", @@ -36,19 +36,19 @@ "es6" ], "devDependencies": { - "babel": "^5.8.23", - "babel-core": "^5.8.25", - "babel-eslint": "^4.1.3", - "eslint": "^1.7.1", - "eslint-config-airbnb": "^0.1.0", - "eslint-plugin-react": "^3.5.1", - "react-pure-render": "^1.0.2", - "react-transform-catch-errors": "^1.0.0", - "react-transform-hmr": "^1.0.1", - "rimraf": "^2.4.3" + "babel": ">=5.8.23", + "babel-core": ">=5.8.25", + "babel-eslint": ">=4.1.3", + "eslint": ">=1.7.1", + "eslint-config-airbnb": ">=0.1.0", + "eslint-plugin-react": ">=3.5.1", + "react-pure-render": ">=1.0.2", + "react-transform-catch-errors": ">=1.0.0", + "react-transform-hmr": ">=1.0.1", + "rimraf": ">=2.4.3" }, "peerDependencies": { "radium": ">=0.15.3", - "react": "^0.14.3" + "react": "=>0.14.3" } }