Skip to content

Commit

Permalink
type module
Browse files Browse the repository at this point in the history
  • Loading branch information
julesrx committed Dec 6, 2023
1 parent 0042837 commit 8ee917e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "bouncing-element",
"type": "module",
"description": "JavaScript library to reproduce the famous DVD screensaver with any DOM element.",
"version": "2.0.0",
"author": "Jules Raffoux (https://julesrx.fr)",
Expand All @@ -13,8 +14,9 @@
],
"main": "./dist/bouncing-element.umd.js",
"module": "./dist/bouncing-element.es.js",
"types": "./dist/lib/main.d.ts",
"types": "./dist/main.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/bouncing-element.es.js",
"require": "./dist/bouncing-element.umd.js"
Expand Down

0 comments on commit 8ee917e

Please sign in to comment.