Skip to content

Commit 62bde91

Browse files
committed
Merge branch 'em/deploy-update' of github.com:oslabs-beta/GraphQL-Gate into em/deploy-update
2 parents 9e18cb8 + a6d49d7 commit 62bde91

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.npmignore

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

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"src/**/*.js",
3939
],
4040
"exclude": [
41-
"src/utils/__mocks__",
4241
"node_modules",
4342
"**/*.spec.ts",
4443
"dist",

0 commit comments

Comments
 (0)