Skip to content

Commit

Permalink
chore: make stripe a peer-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ammezie committed Apr 24, 2023
1 parent f76f01f commit b59e350
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
## Table of contents

- [Adonis Stripe](#adonis-stripe)
- [Installation](#installation)
- [Usage](#usage)
- [Installation](#installation)
- [Usage](#usage)
- [Learn AdonisJS](#learn-adonisjs)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Expand Down Expand Up @@ -67,8 +68,8 @@ Want to learn how to build projects like this with AdonisJS? Check out [Adonis M
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
[typescript-url]: "typescript"

[npm-image]: https://img.shields.io/npm/v/adonis-stripe.svg?style=for-the-badge&logo=npm
[npm-url]: https://npmjs.org/package/adonis-stripe "npm"
[npm-image]: https://img.shields.io/npm/v/@mezielabs/adonis-stripe.svg?style=for-the-badge&logo=npm
[npm-url]: https://npmjs.org/package/@mezielabs/adonis-stripe "npm"

[license-image]: https://img.shields.io/npm/l/adonis-stripe?color=blueviolet&style=for-the-badge
[license-image]: https://img.shields.io/npm/l/@mezielabs/adonis-stripe?color=blueviolet&style=for-the-badge
[license-url]: LICENSE.md "license"
34 changes: 17 additions & 17 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 @@
]
}
},
"dependencies": {
"stripe": "^8.77.0"
"peerDependencies": {
"stripe": "^12.2.0"
}
}

0 comments on commit b59e350

Please sign in to comment.