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 c9b1921 commit ad0d7d6
Showing 1 changed file with 0 additions and 10 deletions.
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 ad0d7d6

Please sign in to comment.