We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a58ef commit e09ac0aCopy full SHA for e09ac0a
2 files changed
bower.json
@@ -4,7 +4,7 @@
4
"react-search-input.js",
5
"react-search-input.css"
6
],
7
- "version": "0.1.1",
+ "version": "0.1.2",
8
"homepage": "https://github.com/enki-com/react-search-input",
9
"description": "Simple react.js component for a search input, providing a filter function.",
10
"keywords": [
package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "react-search-input",
3
"main": "react-search-input.js",
"dependencies": {
- "react": "^0.12.0"
+ "react": "~0.x"
},
"devDependencies": {
"jsdom": "^3.0.2",
0 commit comments