We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0294be commit fedeb7eCopy full SHA for fedeb7e
.npmignore
@@ -1,5 +1,3 @@
1
**/*
2
!dist/**/*
3
-!package.json
4
-!package-lock.json
5
-!src/@types
+!package.json
package.json
@@ -1,5 +1,5 @@
{
- "name": "graphqlgate",
+ "name": "graphql-limiter",
"version": "1.0.0",
"description": "A GraphQL rate limiting library using query complexity analysis.",
"main": "./dist/middleware/index.js",
tsconfig.json
@@ -40,6 +40,7 @@
40
"test/**/*.js"
41
],
42
"exclude": [
43
+ "src/utils/__mocks__",
44
"node_modules",
45
"**/*.spec.ts",
46
"test",
0 commit comments