Skip to content

Commit 74eff3e

Browse files
committed
Merge branch 'em/deploy-update' of github.com:oslabs-beta/GraphQL-Gate into em/deploy-update
2 parents 4c8862e + 07fc83e commit 74eff3e

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.npmignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
**/*
22
!dist/**/*
3-
!package.json
4-
!package-lock.json
5-
!src/@types
3+
!package.json

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "graphqlgate",
3-
"version": "1.0.0",
2+
"name": "graphql-limiter",
3+
"version": "1.0.2",
44
"description": "A GraphQL rate limiting library using query complexity analysis.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"test/**/*.js"
4141
],
4242
"exclude": [
43+
"src/utils/__mocks__",
4344
"node_modules",
4445
"**/*.spec.ts",
4546
"test",

0 commit comments

Comments
 (0)