Skip to content

Commit e09ac0a

Browse files
committed
allow react 0.13
1 parent b9a58ef commit e09ac0a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"react-search-input.js",
55
"react-search-input.css"
66
],
7-
"version": "0.1.1",
7+
"version": "0.1.2",
88
"homepage": "https://github.com/enki-com/react-search-input",
99
"description": "Simple react.js component for a search input, providing a filter function.",
1010
"keywords": [

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "react-search-input",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Simple react.js component for a search input, providing a filter function.",
55
"main": "react-search-input.js",
66
"dependencies": {
7-
"react": "^0.12.0"
7+
"react": "~0.x"
88
},
99
"devDependencies": {
1010
"jsdom": "^3.0.2",

0 commit comments

Comments
 (0)