Skip to content

Commit aed8bed

Browse files
authored
Merge pull request #240 from simenandre/simenandre/edit-repository
chore: replace repository
2 parents dd0b9de + 69f4abd commit aed8bed

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,22 @@
22
"name": "pubsub-http-handler",
33
"version": "4.6.0",
44
"description": "Handle Google PubSub requests with ease",
5-
"repository": "github:cobraz/pubsub-http-handler",
5+
"keywords": [
6+
"google",
7+
"app",
8+
"cloud",
9+
"cloud-run",
10+
"run",
11+
"pubsub",
12+
"handler",
13+
"fastify",
14+
"fastify-plugin",
15+
"cloud-functions"
16+
],
17+
"repository": "github:simenandre/pubsub-http-handler",
618
"license": "Apache-2.0",
719
"author": "Simen A. W. Olsen <[email protected]>",
820
"main": "dist/index.js",
9-
"engines": {
10-
"node": ">=16"
11-
},
1221
"files": [
1322
"dist"
1423
],
@@ -28,18 +37,7 @@
2837
"prettier --write"
2938
]
3039
},
31-
"keywords": [
32-
"google",
33-
"app",
34-
"cloud",
35-
"cloud-run",
36-
"run",
37-
"pubsub",
38-
"handler",
39-
"fastify",
40-
"fastify-plugin",
41-
"cloud-functions"
42-
],
40+
"prettier": "@cobraz/prettier",
4341
"dependencies": {
4442
"@fastify/type-provider-typebox": "^2.0.0",
4543
"@sinclair/typebox": "^0.24.0",
@@ -49,7 +47,6 @@
4947
"pino": "^8.0.0",
5048
"pino-cloud-logging": "^1.0.3"
5149
},
52-
"prettier": "@cobraz/prettier",
5350
"devDependencies": {
5451
"@bjerk/eslint-config": "^2.0.1",
5552
"@cobraz/prettier": "^2.0.0",
@@ -67,5 +64,8 @@
6764
"typedoc-plugin-markdown": "^3.1.1",
6865
"typescript": "^4.3",
6966
"zod": "^3.18.0"
67+
},
68+
"engines": {
69+
"node": ">=16"
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)