Skip to content

Commit

Permalink
Merge pull request #38 from minwe/master
Browse files Browse the repository at this point in the history
resolves amazeui/amazeui-react#37
  • Loading branch information
minwe committed Aug 17, 2015
2 parents f7be233 + da233f8 commit 6e854f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"classnames": "^1.2.0",
"fecha": "^0.2.1",
"object-assign": "^2.0.0",
"object.omit": "^1.1.0",
"react": "^0.13.3"
"object.omit": "^1.1.0"
},
"devDependencies": {
"amazeui": "^2.4.0",
Expand Down Expand Up @@ -74,6 +73,9 @@
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.1"
},
"peerDependencies": {
"react": "0.13.x"
},
"browserify-shim": {
"react": "global:React"
},
Expand Down

0 comments on commit 6e854f9

Please sign in to comment.