Skip to content

Commit a0fe687

Browse files
committed
version-bump
1 parent 37eff24 commit a0fe687

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
"name": "hapi-response-time",
3-
"version": "2.2.1",
4-
"description": "Response Time plugin for HapiJS",
5-
"main": "index.js",
6-
"scripts": {
7-
"test": "lab -c"
8-
},
9-
"repository": {
10-
"type": "git",
11-
"url": "git+https://github.com/pankajpatel/hapi-response-time.git"
12-
},
13-
"keywords": [
14-
"hapi",
15-
"http",
16-
"header"
17-
],
18-
"author": "Pankaj Patel <[email protected]> (https://pankaj.pro)",
19-
"license": "MIT",
20-
"bugs": {
21-
"url": "https://github.com/pankajpatel/hapi-response-time/issues"
22-
},
23-
"homepage": "https://github.com/pankajpatel/hapi-response-time#readme",
24-
"devDependencies": {
25-
"@hapi/code": "^8.0.1",
26-
"@hapi/hapi": "^20.0.0",
27-
"@hapi/lab": "^24.6.0"
28-
}
2+
"name": "hapi-response-time",
3+
"version": "2.2.3",
4+
"description": "Response Time plugin for HapiJS",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "lab -c"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/pankajpatel/hapi-response-time.git"
12+
},
13+
"keywords": [
14+
"hapi",
15+
"http",
16+
"header"
17+
],
18+
"author": "Pankaj Patel <[email protected]> (https://pankaj.pro)",
19+
"license": "MIT",
20+
"bugs": {
21+
"url": "https://github.com/pankajpatel/hapi-response-time/issues"
22+
},
23+
"homepage": "https://github.com/pankajpatel/hapi-response-time#readme",
24+
"devDependencies": {
25+
"@hapi/code": "^8.0.1",
26+
"@hapi/hapi": "^20.0.0",
27+
"@hapi/lab": "^24.6.0"
28+
}
2929
}

0 commit comments

Comments
 (0)