Skip to content

Commit

Permalink
version-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajpatel committed Apr 20, 2022
1 parent 37eff24 commit a0fe687
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"name": "hapi-response-time",
"version": "2.2.1",
"description": "Response Time plugin for HapiJS",
"main": "index.js",
"scripts": {
"test": "lab -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pankajpatel/hapi-response-time.git"
},
"keywords": [
"hapi",
"http",
"header"
],
"author": "Pankaj Patel <[email protected]> (https://pankaj.pro)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pankajpatel/hapi-response-time/issues"
},
"homepage": "https://github.com/pankajpatel/hapi-response-time#readme",
"devDependencies": {
"@hapi/code": "^8.0.1",
"@hapi/hapi": "^20.0.0",
"@hapi/lab": "^24.6.0"
}
"name": "hapi-response-time",
"version": "2.2.3",
"description": "Response Time plugin for HapiJS",
"main": "index.js",
"scripts": {
"test": "lab -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pankajpatel/hapi-response-time.git"
},
"keywords": [
"hapi",
"http",
"header"
],
"author": "Pankaj Patel <[email protected]> (https://pankaj.pro)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pankajpatel/hapi-response-time/issues"
},
"homepage": "https://github.com/pankajpatel/hapi-response-time#readme",
"devDependencies": {
"@hapi/code": "^8.0.1",
"@hapi/hapi": "^20.0.0",
"@hapi/lab": "^24.6.0"
}
}

0 comments on commit a0fe687

Please sign in to comment.