Comparing version 1.0.2 to 1.1.0
@@ -13,4 +13,4 @@ "use strict"; | ||
var _SuperDD = _interopRequireDefault(require("./SuperDD/SuperDD.jsx")); | ||
var _SuperDD = _interopRequireDefault(require("./SuperDD/SuperDD.js")); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } |
{ | ||
"name": "superdd", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "Very useful react component for multi selection dropdown with filtering , toggle selecting all, tags outside the dropdown and custom button inside dropdown ", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -17,3 +17,3 @@ # SupperDD | ||
```python | ||
import SuperDD from 'SuperDD/SuperDD'; | ||
import SuperDD from 'superdd/dist/'; | ||
@@ -20,0 +20,0 @@ const Home = (props) => { |
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
15040