Skip to content

Commit

Permalink
Bump version, relax react version dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Izzimach committed Nov 19, 2015
1 parent 4d4fb63 commit 1f49452
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
@@ -1,6 +1,6 @@
{
"name": "react-pixi",
"version": "0.7.3",
"version": "0.7.4",
"description": "Construct PIXI.js scenes using React",
"keywords": [
"react",
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"peerDependencies": {
"pixi.js": "~3.0.7",
"react": "0.14.2",
"react-dom": "0.14.2"
"react": "^0.14.2",
"react-dom": "^0.14.2"
},
"devDependencies": {
"babel-core": "^5.8.23",
Expand All @@ -47,8 +47,8 @@
"lodash": "^3.3.1",
"node-static": "~0.7.3",
"pixi.js": "~3.0.7",
"react": "0.14.2",
"react-dom": "0.14.2",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"resemblejs": "~1.2.0",
"rimraf": "~2.4.0",
"transform-loader": "^0.2.3",
Expand Down

0 comments on commit 1f49452

Please sign in to comment.