Skip to content

Commit

Permalink
Remove export map (#3557)
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow committed Jul 8, 2021
1 parent 078b776 commit 95d4309
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/poor-wasps-cough.md
@@ -0,0 +1,5 @@
---
'snowpack': patch
---

Remove exports field from package.json
10 changes: 0 additions & 10 deletions snowpack/package.json
Expand Up @@ -30,16 +30,6 @@
},
"types": "./lib/cjs/index.d.ts",
"main": "./lib/cjs/index.js",
"exports": {
".": {
"esm": "./lib/cjs/index.js",
"node": "./lib/cjs/index.js",
"require": "./lib/cjs/index.js",
"default": "./lib/esm/index.js"
},
"./assets": "./assets/*",
"./*": "./*"
},
"bin": {
"sp": "./index.bin.js",
"snowpack": "./index.bin.js"
Expand Down

1 comment on commit 95d4309

@vercel
Copy link

@vercel vercel bot commented on 95d4309 Jul 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.