Skip to content

Commit f88605a

Browse files
committed
Changed bower dependencies to be minimum versions to allow for use of higher version react. Changed version to 0.12.0 to sync up with react version
1 parent 6a6ae48 commit f88605a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "requirejs-react-jsx",
3-
"version": "0.1.2",
3+
"version": "0.12.0",
44
"homepage": "https://github.com/podio/requirejs-react-jsx",
55
"authors": [
66
"Søren Brokær <[email protected]>"
@@ -25,7 +25,7 @@
2525
"tests"
2626
],
2727
"dependencies": {
28-
"react": "~0.11.2",
29-
"requirejs-text": "~2.0.12"
28+
"react": ">=0.11.2",
29+
"requirejs-text": ">=2.0.12"
3030
}
3131
}

0 commit comments

Comments
 (0)