Skip to content

Commit

Permalink
fix: add exports
Browse files Browse the repository at this point in the history
  • Loading branch information
avdeev committed Oct 29, 2020
1 parent bceae72 commit 30901d7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@
"homepage": "https://github.com/avdeev/vanilla-sharing",
"bugs": "https://github.com/avdeev/vanilla-sharing/issues",
"version": "6.0.4",
"main": "dist/vanilla-sharing.umd.js",
"module": "dist/vanilla-sharing.esm.js",
"main": "./dist/vanilla-sharing.umd.js",
"module": "./dist/vanilla-sharing.esm.js",
"exports": {
".": "./dist/vanilla-sharing.esm.js"
},
"types": "vanilla-sharing.d.ts",
"scripts": {
"prepublishOnly": "npm test",
Expand Down

0 comments on commit 30901d7

Please sign in to comment.