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 3859634 commit 2f05aa0Copy full SHA for 2f05aa0
package.json
@@ -1,7 +1,9 @@
1
{
2
"name": "mdb-ui-kit",
3
"version": "7.0.0",
4
- "main": "js/mdb.min.js",
+ "type": "module",
5
+ "main": "./js/mdb.umd.min.js",
6
+ "module": "./js/mdb.es.min.js",
7
"homepage": "https://mdbootstrap.com/docs/standard/",
8
"repository": "https://github.com/mdbootstrap/mdb-ui-kit.git",
9
"author": "MDBootstrap",
0 commit comments