Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hood committed Oct 14, 2015
1 parent 54c49e8 commit 84739cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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": [
Expand Down

0 comments on commit 84739cc

Please sign in to comment.