Skip to content

Commit 2f05aa0

Browse files
committed
Update package.json
1 parent 3859634 commit 2f05aa0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "mdb-ui-kit",
33
"version": "7.0.0",
4-
"main": "js/mdb.min.js",
4+
"type": "module",
5+
"main": "./js/mdb.umd.min.js",
6+
"module": "./js/mdb.es.min.js",
57
"homepage": "https://mdbootstrap.com/docs/standard/",
68
"repository": "https://github.com/mdbootstrap/mdb-ui-kit.git",
79
"author": "MDBootstrap",

0 commit comments

Comments
 (0)