Skip to content

Commit 5c69f49

Browse files
committed
version 0.11.3
1 parent 9af6221 commit 5c69f49

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "react-search-input",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "Simple react.js component for a search input, providing a filter function.",
55
"main": "lib/index.js",
6-
"jsnext:main": "src/index.js",
7-
"files": ["lib", "src"],
6+
"files": [
7+
"lib"
8+
],
89
"devDependencies": {
910
"babel-cli": "^6.8.0",
1011
"babel-jest": "^19.0.0",

0 commit comments

Comments
 (0)