Skip to content

Commit

Permalink
Add engines to package
Browse files Browse the repository at this point in the history
  • Loading branch information
fruchtose-stripe committed Feb 2, 2024
1 parent b1ab3ac commit 37541fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ of features of Stripe.js.

[![npm version](https://img.shields.io/npm/v/@stripe/stripe-js.svg?style=flat-square)](https://www.npmjs.com/package/@stripe/stripe-js)

## Minimum requirements
* Node.js: v12.16

## Installation

Use `npm` to install the Stripe.js module:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
"src",
"types"
],
"engines": {
"node": ">=12.16"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
Expand Down

0 comments on commit 37541fc

Please sign in to comment.