Skip to content
This repository was archived by the owner on Apr 18, 2021. It is now read-only.

Commit 0813890

Browse files
committed
docs: add keywords and description in package.json file
1 parent 5526239 commit 0813890

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "apollo-winston-logging-plugin",
3-
"version": "1.1.1",
4-
"description": "npm package template",
3+
"version": "1.1.2",
4+
"description": "A winston logging extension for the Apollo GraphQL Server ",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
88
"lint:fix": "npm run lint -- --fix",
99
"lint": "eslint . --ext .ts",
1010
"prepare": "tsc"
1111
},
12+
"contributors": [],
1213
"repository": {
1314
"type": "git",
1415
"url": "git+https://github.com/alias-rahil/apollo-winston-logging-plugin.git"
@@ -27,6 +28,13 @@
2728
"files": [
2829
"dist/"
2930
],
31+
"keywords": [
32+
"extension",
33+
"apollo",
34+
"logger",
35+
"winston",
36+
"plugin"
37+
],
3038
"devDependencies": {
3139
"@typescript-eslint/eslint-plugin": "^4.17.0",
3240
"eslint": "^7.21.0",

0 commit comments

Comments
 (0)