From 938bf14c3412fde70383384a6b7cecdf85740282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alan=20D=C3=A1valos?= Date: Thu, 25 Mar 2021 22:05:59 +0900 Subject: [PATCH] fix: correct package.json issues --- package.json | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e2307d7..79c0f89 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,22 @@ "type": "module", "module": "helium-animated-pages.js", "exports": { - "./": "./helium-animated-pages.js", - "./sample-animations": "./sample-animations/index.js" + ".": { + "default": "./helium-animated-pages.js" + }, + "./HeliumAnimatedPages.js": { + "default": "./src/HeliumAnimatedPages.js" + }, + "./sample-animations.js": { + "default": "./sample-animations/index.js" + } }, "types": "./types/HeliumAnimatedPages.d.ts", - "repository": "https://github.com/alangdm/helium-animated-pages", + "repository": { + "type": "git", + "url": "https://github.com/alangdm/helium-animated-pages" + }, + "homepage": "https://helium-animated-pages.glitch.me/demo/", "author": "alangdm", "license": "BSD-3-Clause", "dependencies": {