Skip to content

Commit

Permalink
Bump v2.0.0
Browse files Browse the repository at this point in the history
- Update dependencies
- Now require at least Node.js 10 or greater
  • Loading branch information
coopflow committed Jan 16, 2020
1 parent 5a7bda3 commit 9b0c757
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "fastify-stripe",
"version": "1.0.6",
"version": "2.0.0",
"description": "Stripe Node.js Library instance initialization and encapsulation in fastify framework",
"main": "plugin.js",
"scripts": {
Expand Down Expand Up @@ -33,26 +33,21 @@
},
"homepage": "https://github.com/coopflow/fastify-stripe#readme",
"engines": {
"node": ">=6"
"node": ">=10"
},
"devDependencies": {
"coveralls": "^3.0.3",
"dotenv": "^7.0.0",
"fastify": "^2.5.0",
"coveralls": "^3.0.9",
"dotenv": "^8.2.0",
"fastify": "^2.11.0",
"snazzy": "^8.0.0",
"standard": "^14.0.0",
"standard": "^14.3.1",
"stripe": "*",
"tap": "^12.7.0"
"tap": "^14.10.6"
},
"dependencies": {
"fastify-plugin": "^1.6.0"
},
"peerDependencies": {
"stripe": ">=6.0.0"
},
"greenkeeper": {
"ignore": [
"tap"
]
"stripe": ">=8.0.0"
}
}

0 comments on commit 9b0c757

Please sign in to comment.