Skip to content

Commit

Permalink
chore!: update dependencies and use mjs for drivers build
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 24, 2021
1 parent 43f928a commit e7a6c27
Show file tree
Hide file tree
Showing 2 changed files with 554 additions and 729 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"sideEffects": false,
"exports": {
"./": "./",
"./": "./*",
".": {
"import": "./dist/unstorage.mjs",
"require": "./dist/unstorage.js"
Expand All @@ -26,7 +26,7 @@
"server*"
],
"scripts": {
"build": "siroc build && mkdist --src src/drivers --dist drivers --format cjs -d",
"build": "siroc build && mkdist --src src/drivers --dist drivers -d",
"dev": "jest --watch",
"demo": "vite demo",
"lint": "eslint --ext .ts .",
Expand All @@ -39,13 +39,13 @@
"dependencies": {
"anymatch": "^3.1.1",
"chokidar": "^3.5.1",
"h3": "^0.2.5",
"ioredis": "^4.26.0",
"listhen": "^0.1.4",
"h3": "^0.2.10",
"ioredis": "^4.27.3",
"listhen": "^0.2.4",
"mri": "^1.1.6",
"ohmyfetch": "^0.1.8",
"ufo": "^0.6.10",
"ws": "^7.4.4"
"ohmyfetch": "^0.2.0",
"ufo": "^0.7.5",
"ws": "^7.4.5"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "latest",
Expand Down
Loading

0 comments on commit e7a6c27

Please sign in to comment.