We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e39fd8 commit 1146208Copy full SHA for 1146208
README.md
@@ -24,7 +24,7 @@ Start your Development with an Innovative Admin Template for **Material-UI** and
24
| NodeJS | NPM | YARN |
25
| --- | --- | --- |
26
| `v14.15.0` | ✅ | ✅ |
27
-| `v16.0.0` | ✅ | ✅ |
+| `v16.0.0` | ❌ | ❌ |
28
| `v18.0.0` | ❌ | ❌ |
29
30
<br />
package.json
@@ -6,8 +6,8 @@
6
"license": "See license in https://www.creative-tim.com/license",
7
"description": "Material UI version of Soft UI Dashboard by Creative Tim",
8
"build": {
9
- "yarn": "14.15.0,16.0.0",
10
- "npm": "14.15.0,16.0.0"
+ "yarn": "14.15.0",
+ "npm": "14.15.0"
11
},
12
"bugs": {
13
"url": "https://github.com/app-generator/react-soft-ui-dashboard/issues"
0 commit comments