Skip to content

Commit

Permalink
chore: sort package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Dec 15, 2022
1 parent aaa30b2 commit 1b3b6f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -50,6 +50,12 @@
"size": "size-limit",
"test": "npm run lint && npm run types && npm run unit && npm run build && npm run size"
},
"dependencies": {
"busboy": "^1.6.0",
"devalue": "^4.2.0",
"h3": "^1.0.2",
"node-fetch": "^3.3.0"
},
"devDependencies": {
"@size-limit/preset-small-lib": "^8.1.0",
"@types/busboy": "^1.5.0",
Expand All @@ -74,11 +80,5 @@
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"busboy": "^1.6.0",
"devalue": "^4.2.0",
"h3": "^1.0.2",
"node-fetch": "^3.3.0"
}
}

0 comments on commit 1b3b6f5

Please sign in to comment.