Skip to content

Commit b874db3

Browse files
committed
Update package.json
1 parent 92b045d commit b874db3

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
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",
@@ -31,7 +34,8 @@
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",

0 commit comments

Comments
 (0)