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 1
1
{
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 " ,
4
4
"description" : " React Multiple Select Light Weight Dropdown list | Searchable | Addable | Groupable etc" ,
5
5
"author" : " arif-un" ,
6
6
"license" : " MIT" ,
7
+ "workspaces" : [
8
+ " test/*"
9
+ ],
7
10
"repository" : {
8
11
"type" : " git" ,
9
12
"url" : " https://github.com/Arif-un/react-multiple-select-dropdown-lite.git"
10
13
},
11
14
"publishConfig" : {
12
- "registry" : " https://npm.pkg.github.com "
15
+ "registry" : " https://registry.npmjs.org "
13
16
},
14
17
"main" : " dist/index.js" ,
15
18
"module" : " dist/index.modern.js" ,
16
19
"source" : " src/MultiSelect.jsx" ,
17
20
"engines" : {
18
- "node" : " >=10 "
21
+ "node" : " >=12 "
19
22
},
20
23
"scripts" : {
21
24
"build" : " microbundle-crl --compress --css-modules false" ,
31
34
"deploy" : " gh-pages -d example/build"
32
35
},
33
36
"peerDependencies" : {
34
- "react" : " >= 16.13.1"
37
+ "react" : " ^16.9.0 || ^17 || ^18" ,
38
+ "react-dom" : " ^16.9.0 || ^17 || ^18"
35
39
},
36
40
"devDependencies" : {
37
41
"babel-eslint" : " ^10.1.0" ,
You can’t perform that action at this time.
0 commit comments