Skip to content

Commit

Permalink
feat: bundle ufo and destr for easier bundler integration
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 12, 2020
1 parent f9f70a5 commit 8f5ba88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
"test": "yarn lint && jest"
},
"dependencies": {
"@nuxt/ufo": "^0.0.4",
"destr": "^1.0.1",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@nuxt/h2": "^0.0.14",
"@nuxt/ufo": "^0.0.4",
"@nuxtjs/eslint-config-typescript": "latest",
"@types/flat": "latest",
"@types/jest": "latest",
"@types/node": "latest",
"@types/node-fetch": "^2.5.7",
"destr": "^1.0.1",
"eslint": "latest",
"jest": "latest",
"jiti": "^0.1.17",
Expand Down

0 comments on commit 8f5ba88

Please sign in to comment.