Skip to content

Commit 86f7072

Browse files
committed
reset to previous worknig commit
1 parent 9851e52 commit 86f7072

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.npmignore

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
**/*
2-
dist/utils/__mock__
3-
!dist/analysis/*
4-
!dist/middleware/*
5-
!dist/rateLimiters/*
6-
!dist/utils/*
7-
!dist/*
2+
dist/src/utils/__mock__
3+
dist/test/*
4+
!dist/src/analysis/*
5+
!dist/src/middleware/*
6+
!dist/src/rateLimiters/*
7+
!dist/src/utils/*
8+
!dist/src/*
89
!package.json

.prettierignore

Whitespace-only changes.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "graphql-limiter",
33
"version": "1.0.2",
44
"description": "A GraphQL rate limiting library using query complexity analysis.",
5-
"main": "./dist/index.js",
6-
"types": "./dist/index.d.ts",
5+
"main": "./dist/src/index.js",
6+
"types": "./dist/src/index.d.ts",
77
"type": "module",
88
"scripts": {
99
"test": "jest --passWithNoTests --coverage --detectOpenHandles",

0 commit comments

Comments
 (0)