Skip to content

Commit

Permalink
fix(nitro): add missing kit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 4, 2021
1 parent 70bf183 commit dfa3d8d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
"compat.js"
],
"build": {
"externals": [
"@nuxt/kit"
],
"entries": {
"index": {
"format": "cjs"
Expand All @@ -36,6 +33,7 @@
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.1.1",
"@nuxt/devalue": "^1.2.5",
"@nuxt/kit": "^0.2.0",
"@nuxt/un": "^0.1.1",
"@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-commonjs": "^18.0.0",
Expand Down

0 comments on commit dfa3d8d

Please sign in to comment.