Skip to content

Commit

Permalink
chore: run npm fix on package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 29, 2024
1 parent 70cffe5 commit c764f4b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "defu",
"version": "6.1.4",
"description": "Recursively assign default properties. Lightweight and Fast!",
"repository": "unjs/defu",
"repository": {
"type": "git",
"url": "git+https://github.com/unjs/defu.git"
},
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -41,4 +44,4 @@
"vitest": "^1.1.3"
},
"packageManager": "pnpm@8.10.2"
}
}

0 comments on commit c764f4b

Please sign in to comment.