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 2592059 commit 42983ad
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": "rc9",
"version": "2.1.2",
"description": "Read/Write config couldn't be easier!",
"repository": "unjs/rc9",
"repository": {
"type": "git",
"url": "git+https://github.com/unjs/rc9.git"
},
"license": "MIT",
"sideEffects": false,
"exports": {
Expand Down Expand Up @@ -43,4 +46,4 @@
"vitest": "^1.5.0"
},
"packageManager": "pnpm@8.15.7"
}
}

0 comments on commit 42983ad

Please sign in to comment.