Skip to content

Commit

Permalink
fix(pkg): update exports (fxes #6)
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 7, 2021
1 parent 270ccb4 commit 5dd3f9b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,17 @@
"require": "./drivers/*.js"
},
".": {
"import": "./dist/unstorage.mjs",
"require": "./dist/unstorage.js"
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./server": {
"import": "./server.mjs",
"require": "./server.js"
}
},
"main": "./dist/unstorage.js",
"module": "./dist/unstorage.mjs",
"types": "./dist/unstorage.d.ts",
"bin": "./dist/cli.js",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist",
"drivers",
Expand Down

0 comments on commit 5dd3f9b

Please sign in to comment.