Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maslianok committed Aug 24, 2016
1 parent 7a683ba commit 9733c70
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-select-me",
"description": "A highly scalable react dropdown list",
"version": "0.2.4",
"version": "0.3.0",
"main": "lib/ReactSelectMe.js",
"author": "Vitalii Maslianok <[email protected]> (https://github.com/maslianok)",
"repository": {
Expand Down Expand Up @@ -73,7 +73,10 @@
"react/jsx-sort-props": 0,
"react/sort-comp": 0,
"no-case-declarations": 0,
"max-len": [2, 120]
"max-len": [
2,
120
]
},
"settings": {
"import/resolver": {
Expand Down

0 comments on commit 9733c70

Please sign in to comment.