Skip to content

Commit 1ac1e17

Browse files
Update package.json
a few dependencies in the wrong place
1 parent c4b55fb commit 1ac1e17

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

package.json

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-http-context",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Simulates a thread of execution to allow for true session context to take place per api call within the fastify lifecycle of calls.",
55
"main": "index.js",
66
"scripts": {
@@ -15,14 +15,10 @@
1515
"url": "git+https://github.com/thorough-developer/fastify-http-context.git"
1616
},
1717
"keywords": [
18-
"Fastify",
19-
"Fastify",
20-
"Plugin",
21-
"Session",
22-
"Context",
23-
"Fastify",
24-
"Session",
25-
"Context"
18+
"fastify",
19+
"fastify-plugin",
20+
"http-context",
21+
"express-http-context"
2622
],
2723
"author": "Chris Washington <[email protected]>",
2824
"license": "MIT",
@@ -31,17 +27,17 @@
3127
},
3228
"homepage": "https://github.com/chris-washington/fastify-session-context#readme",
3329
"dependencies": {
34-
"autocannon": "^4.6.0",
3530
"cls-hooked": "^4.2.2",
36-
"concurrently": "^5.1.0",
3731
"fastify-plugin": "^1.6.1",
38-
"hyperid": "^2.0.3",
39-
"mocha": "^7.1.1",
40-
"nyc": "^15.0.1"
32+
"hyperid": "^2.0.3"
4133
},
4234
"devDependencies": {
35+
"autocannon": "^4.6.0",
4336
"chai": "^4.2.0",
37+
"concurrently": "^5.1.0",
4438
"fastify": "^2.13.1",
39+
"mocha": "^7.1.1",
40+
"nyc": "^15.0.1",
4541
"proxyquire": "^2.1.3",
4642
"sinon": "^9.0.2",
4743
"sinon-chai": "^3.5.0",

0 commit comments

Comments
 (0)