Skip to content

Commit

Permalink
Finalizing package stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
pm0u committed Jan 12, 2024
1 parent 239f6b4 commit e3402a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,23 @@
},
"scripts": {
"test": "jest",
"build": "tsc",
"types": "tsc --p ./tsconfig.types.json"
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tobyDickinson/strava-oauth2.git"
"url": "git+https://github.com/pm0u/strava-api.git"
},
"keywords": [
"Strava",
"OAuth2",
"Client"
],
"author": "Toby Dickinson Williams",
"author": "Paul P Mourer",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/tobyDickinson/strava-oauth2/issues"
"url": "https://github.com/pm0u/strava-api/issues"
},
"homepage": "https://github.com/tobyDickinson/strava-oauth2#readme",
"homepage": "https://github.com/pm0u/strava-api#readme",
"dependencies": {
"axios": "^1.6.5",
"url": "^0.11.0"
Expand Down
8 changes: 0 additions & 8 deletions tsconfig.types.json

This file was deleted.

0 comments on commit e3402a3

Please sign in to comment.