Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.

Commit dd5fdab

Browse files
committed
fix: descriptions
1 parent 6ab0151 commit dd5fdab

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "graphql-query-complexity-apollo-plugin",
33
"version": "0.0.0-development",
4-
"description": "Rollup your code and types for publishing",
4+
"description": "Allows you to use graphql-query-complexity with apollo server 3 as a plugin",
55
"types": "dist/index.d.ts",
66
"main": "./dist/index.js",
77
"exports": {
@@ -23,7 +23,10 @@
2323
"semantic-release": "semantic-release"
2424
},
2525
"keywords": [
26-
"graphql-query-complexity-apollo-plugin"
26+
"graphql-query-complexity",
27+
"graphql",
28+
"query complexity",
29+
"apollo plugin"
2730
],
2831
"license": "MIT",
2932
"dependencies": {},

0 commit comments

Comments
 (0)