Skip to content

Commit

Permalink
Merge pull request #13 from colinmcdonald22/main
Browse files Browse the repository at this point in the history
fix: update repository URL to fix publishing
  • Loading branch information
Tynopia authored Aug 19, 2024
2 parents 4a565d4 + b9c423d commit e6535f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tebex Headless API Wrapper

![Tebex Headless](https://github.com/grp-gg/tebex_headless/assets/65678882/f9de08d5-aa6a-4cdf-a819-7d89d615c63b)
![Tebex Headless](https://github.com/Tynopia/tebex_headless/assets/65678882/f9de08d5-aa6a-4cdf-a819-7d89d615c63b)

Welcome to the Tebex Headless API Wrapper! This Node.js TypeScript library allows you to seamlessly integrate Tebex into your projects and build a custom storefront without revealing your use of Tebex.

Expand Down Expand Up @@ -104,7 +104,7 @@ Check out the [official Tebex documentation](https://docs.tebex.io/) for detaile

## Support

If you have questions or need assistance, feel free to [open an issue](https://github.com/grp-gg/tebex_headless/issues) on the GitHub repository.
If you have questions or need assistance, feel free to [open an issue](https://github.com/Tynopia/tebex_headless/issues) on the GitHub repository.

## License

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/grp-gg/tebex_headless.git"
"url": "git+https://github.com/Tynopia/tebex_headless.git"
},
"keywords": [
"grp-gg",
"tynopia",
"tebex",
"headless",
"api",
Expand All @@ -24,9 +24,9 @@
"author": "Tynopia / Lukas Leisten",
"license": "MIT",
"bugs": {
"url": "https://github.com/grp-gg/tebex_headless/issues"
"url": "https://github.com/Tynopia/tebex_headless/issues"
},
"homepage": "https://github.com/grp-gg/tebex_headless#readme",
"homepage": "https://github.com/Tynopia/tebex_headless#readme",
"devDependencies": {
"@babel/preset-typescript": "^7.23.3",
"@babel/preset-env": "^7.23.6",
Expand Down

0 comments on commit e6535f8

Please sign in to comment.