File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " @arif-un/ react-multiple-select-dropdown-lite" ,
3- "version" : " 2.0.4 " ,
2+ "name" : " react-multiple-select-dropdown-lite" ,
3+ "version" : " 2.0.6 " ,
44 "description" : " React Multiple Select Light Weight Dropdown list | Searchable | Addable | Groupable etc" ,
55 "author" : " arif-un" ,
66 "license" : " MIT" ,
7+ "workspaces" : [
8+ " test/*"
9+ ],
710 "repository" : {
811 "type" : " git" ,
912 "url" : " https://github.com/Arif-un/react-multiple-select-dropdown-lite.git"
1013 },
1114 "publishConfig" : {
12- "registry" : " https://npm.pkg.github.com "
15+ "registry" : " https://registry.npmjs.org "
1316 },
1417 "main" : " dist/index.js" ,
1518 "module" : " dist/index.modern.js" ,
1619 "source" : " src/MultiSelect.jsx" ,
1720 "engines" : {
18- "node" : " >=10 "
21+ "node" : " >=12 "
1922 },
2023 "scripts" : {
2124 "build" : " microbundle-crl --compress --css-modules false" ,
3134 "deploy" : " gh-pages -d example/build"
3235 },
3336 "peerDependencies" : {
34- "react" : " >= 16.13.1"
37+ "react" : " ^16.9.0 || ^17 || ^18" ,
38+ "react-dom" : " ^16.9.0 || ^17 || ^18"
3539 },
3640 "devDependencies" : {
3741 "babel-eslint" : " ^10.1.0" ,
You can’t perform that action at this time.
0 commit comments