Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 22, 2024
1 parent 2efdf8a commit 249d5a6
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs"
"default": "./dist/index.mjs"
},
"./dist/runtime/*": {
"types": "./dist/runtime/*.d.ts",
"import": "./dist/runtime/*.mjs"
"default": "./dist/runtime/*.mjs"
}
},
"main": "./dist/index.mjs",
Expand All @@ -35,6 +35,10 @@
"resolutions": {
"nitro-cloudflare-bindings": "workspace:*"
},
"dependencies": {
"consola": "^3.2.3",
"pkg-types": "^1.0.3"
},
"devDependencies": {
"@types/node": "^20.8.9",
"changelogen": "^0.5.5",
Expand All @@ -50,10 +54,5 @@
"unbuild": "^2.0.0",
"wrangler": "0.0.0-fa09f4a2"
},
"packageManager": "[email protected]",
"dependencies": {
"@iarna/toml": "^2.2.5",
"consola": "^3.2.3",
"pkg-types": "^1.0.3"
}
}
"packageManager": "[email protected]"
}

0 comments on commit 249d5a6

Please sign in to comment.