Skip to content

Commit b784684

Browse files
author
Jiří Orság
authored
Merge pull request #11 from blueberryapps/fix-typo
Fix typo
2 parents 337e2af + 1c14e57 commit b784684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "radium-bootstrap-grid",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Bootstrap grid system using inline styles",
55
"main": "lib/index.js",
66
"jsnext:main": "src/index.js",
@@ -49,6 +49,6 @@
4949
},
5050
"peerDependencies": {
5151
"radium": ">=0.15.3",
52-
"react": "=>0.14.3"
52+
"react": ">=0.14.3"
5353
}
5454
}

0 commit comments

Comments
 (0)