Skip to content

Commit a6d49d7

Browse files
committed
further tweaking of build and publishing file specs
1 parent 07fc83e commit a6d49d7

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
@@ -40,7 +40,6 @@
4040
"test/**/*.js"
4141
],
4242
"exclude": [
43-
"src/utils/__mocks__",
4443
"node_modules",
4544
"**/*.spec.ts",
4645
"test",

0 commit comments

Comments
 (0)