We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af6221 commit 5c69f49Copy full SHA for 5c69f49
package.json
@@ -1,10 +1,11 @@
1
{
2
"name": "react-search-input",
3
- "version": "0.11.2",
+ "version": "0.11.3",
4
"description": "Simple react.js component for a search input, providing a filter function.",
5
"main": "lib/index.js",
6
- "jsnext:main": "src/index.js",
7
- "files": ["lib", "src"],
+ "files": [
+ "lib"
8
+ ],
9
"devDependencies": {
10
"babel-cli": "^6.8.0",
11
"babel-jest": "^19.0.0",
0 commit comments