Skip to content

Commit 815013a

Browse files
committed
added files property to package.json for pubsishing
1 parent 64d353b commit 815013a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "A GraphQL rate limiting library using query complexity analysis.",
55
"main": "index.js",
66
"type": "module",
7+
"files": ["src"],
78
"scripts": {
89
"test": "jest --passWithNoTests --coverage --detectOpenHandles",
910
"lint": "eslint src test",
@@ -16,7 +17,16 @@
1617
"type": "git",
1718
"url": "git+https://github.com/oslabs-beta/graph-beaver.git"
1819
},
19-
"keywords": ["graphql", "graphqlgate", "rate-limiting", "throttling","query", "express", "complexity", "analysis"],
20+
"keywords": [
21+
"graphql",
22+
"graphqlgate",
23+
"rate-limiting",
24+
"throttling",
25+
"query",
26+
"express",
27+
"complexity",
28+
"analysis"
29+
],
2030
"author": "Evan McNeely, Stephan Halarewicz, Flora Yufei Wu, Jon Dewey, Milos Popovic",
2131
"license": "ISC",
2232
"bugs": {

0 commit comments

Comments
 (0)