Skip to content

Commit

Permalink
[#176] Deliver the package as an ES module.
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniandre committed Oct 28, 2022
1 parent f7a3ec7 commit 6a936f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"repository": "https://github.com/antoniandre/splitpanes",
"license": "MIT",
"funding": "https://github.com/sponsors/antoniandre",
"main": "./dist/splitpanes.umd.js",
"main": "./dist/splitpanes.es.js",
"unpkg": "dist/splitpanes.umd.js",
"jsdelivr": "dist/splitpanes.umd.js",
"module": "./dist/splitpanes.es.js",
Expand All @@ -23,6 +23,7 @@
"./package.json": "./package.json",
"./dist/*": "./dist/*"
},
"type": "module",
"keywords": [
"splitpanes",
"split panes",
Expand Down

0 comments on commit 6a936f0

Please sign in to comment.