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.
2 parents 9e18cb8 + a6d49d7 commit 62bde91Copy full SHA for 62bde91
.npmignore
@@ -1,3 +1,8 @@
1
**/*
2
-!dist/**/*
+dist/utils/__mock__
3
+!dist/analysis/*
4
+!dist/middleware/*
5
+!dist/rateLimiters/*
6
+!dist/utils/*
7
+!dist/*
8
!package.json
tsconfig.json
@@ -38,7 +38,6 @@
38
"src/**/*.js",
39
],
40
"exclude": [
41
- "src/utils/__mocks__",
42
"node_modules",
43
"**/*.spec.ts",
44
"dist",
0 commit comments