diff --git a/package.json b/package.json index b7d3cb1..27a108f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "fluxible-immutable-utils", "author": "dhood@yahoo-inc.com", "description": "A collection of utilities that provide convenience methods for using Immutable.js with a fluxible based application", - "version": "1.0.0", + "version": "0.4.0", "main": "index.js", "repository": { "type": "git", @@ -15,12 +15,12 @@ "test": "npm run lint && npm run cover" }, "peerDependencies": { - "react": "^0.14.0" + "react": "^0.13" }, "dependencies": { "immutable": "^3.3.0", - "fluxible": "^1.0.0", - "fluxible-addons-react": "^0.2.0" + "fluxible": "^0.5.0", + "fluxible-addons-react": "^0.1.0" }, "devDependencies": { "chai": "^2.0.0", @@ -30,7 +30,7 @@ "jsx-test": "^0.6", "mocha": "^2.0", "pre-commit": "^1.0", - "react": "^0.14", + "react": "^0.13", "sinon": "^1.14.1" }, "pre-commit": [