Skip to content

Commit

Permalink
Remove export map
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow committed Jul 8, 2021
1 parent 91cd7dd commit f243cc0
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

0 comments on commit f243cc0

Please sign in to comment.