react-selectize
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -6,1 +6,4 @@ # React Selectize | ||
* changed filterOptions signature for SimpleSelect from `[Item] -> Item -> String -> [Item]` to `[Item]-> String -> [Item]` | ||
## v0.1.2 / 11th September 2015 | ||
* updated package.json added keywords & removed license property |
{ | ||
"name": "react-selectize", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "react implementation of selectize", | ||
@@ -10,3 +10,2 @@ "main": "src/index.js", | ||
"author": "Furqan Zafar", | ||
"license": "ISC", | ||
"dependencies": { | ||
@@ -39,7 +38,18 @@ "prelude-extension": "0.0.5", | ||
"watchify": "^2.4.0" | ||
}, | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/furqanZafar/react-selectize.git" | ||
} | ||
}, | ||
"keywords": [ | ||
"react-component", | ||
"select", | ||
"selectize", | ||
"multiselect", | ||
"singleselect", | ||
"simpleselect", | ||
"tags", | ||
"dropdown", | ||
"combobox" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
67370
0