Skip to content

Commit

Permalink
chore(deps): use GitHub dependencies rather than Git
Browse files Browse the repository at this point in the history
NPM supports dependencies on GitHub natively, so we don't have to reference a Git repository directly.

Refs #406
  • Loading branch information
thewilkybarkid committed Oct 21, 2021
1 parent 883f01b commit 9fa1177
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"koa-compose": "^4.1.0",
"koa-compress": "^3.0.0",
"koa-joi-router": "^7.0.0",
"koa-joi-router-docs": "git+https://github.com/throneless-tech/koa-joi-router-docs.git",
"koa-joi-router-docs": "throneless-tech/koa-joi-router-docs",
"koa-log4": "^2.3.2",
"koa-mount": "^4.0.0",
"koa-passport": "^4.1.3",
Expand Down Expand Up @@ -159,7 +159,7 @@
},
"devDependencies": {
"@mikro-orm/cli": "^4.5.4",
"@mikro-resources/fixtures": "git+https://github.com/throneless-tech/mikro-resources.git#just-fixtures",
"@mikro-resources/fixtures": "throneless-tech/mikro-resources#just-fixtures",
"@parcel/transformer-image": "2.0.0-beta.2",
"@parcel/transformer-typescript-tsc": "2.0.0-beta.2",
"@parcel/validator-typescript": "2.0.0-beta.2",
Expand Down

0 comments on commit 9fa1177

Please sign in to comment.