Skip to content

Commit

Permalink
Bumped v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Feb 25, 2019
1 parent 4e8e90b commit 9058f14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "under-pressure",
"version": "2.0.0",
"version": "2.0.1",
"description": "Measure process load with automatic handling of 'Service Unavailable' plugin for Fastify.",
"main": "index.js",
"scripts": {
Expand All @@ -26,14 +26,14 @@
"author": "Tomas Della Vedova - @delvedor (http://delved.org)",
"license": "MIT",
"dependencies": {
"fastify-plugin": "^1.4.0"
"fastify-plugin": "^1.5.0"
},
"devDependencies": {
"fastify": "2.0.0-rc.3",
"fastify": "2.0.0",
"pre-commit": "^1.2.2",
"simple-get": "^3.0.3",
"snazzy": "^8.0.0",
"standard": "^12.0.1",
"tap": "^12.1.1"
"tap": "^12.5.3"
}
}

0 comments on commit 9058f14

Please sign in to comment.