Skip to content

Commit

Permalink
fix: correct package.json issues
Browse files Browse the repository at this point in the history
  • Loading branch information
alangdm committed Mar 25, 2021
1 parent 9eb5856 commit 938bf14
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 938bf14

Please sign in to comment.