Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
Add tsconfig.json to all package .npmignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
jeskew committed Jun 28, 2018
1 parent 9208302 commit d52b9df
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 14 deletions.
1 change: 1 addition & 0 deletions packages/dynamodb-auto-marshaller/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
*.spec.js
*.spec.js.map

tsconfig.json
tsconfig.test.json
4 changes: 1 addition & 3 deletions packages/dynamodb-batch-iterator/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
*.spec.d.ts
*.spec.js
*.spec.js.map
*.integ.d.ts
*.integ.js
*.integ.js.map

tsconfig.json
tsconfig.test.json
9 changes: 1 addition & 8 deletions packages/dynamodb-data-mapper-annotations/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,9 @@
/node_modules
/coverage

*.fixture.d.ts
*.fixture.js
*.fixture.js.map

*.integ.d.ts
*.integ.js
*.integ.js.map

*.spec.d.ts
*.spec.js
*.spec.js.map

tsconfig.json
tsconfig.test.json
4 changes: 1 addition & 3 deletions packages/dynamodb-data-mapper/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
*.spec.d.ts
*.spec.js
*.spec.js.map
*.integ.d.ts
*.integ.js
*.integ.js.map

tsconfig.json
tsconfig.test.json
1 change: 1 addition & 0 deletions packages/dynamodb-data-marshaller/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
*.spec.js
*.spec.js.map

tsconfig.json
tsconfig.test.json
1 change: 1 addition & 0 deletions packages/dynamodb-expressions/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
*.spec.js
*.spec.js.map

tsconfig.json
tsconfig.test.json
10 changes: 10 additions & 0 deletions packages/dynamodb-query-iterator/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/src
/node_modules
/coverage

*.spec.d.ts
*.spec.js
*.spec.js.map

tsconfig.json
tsconfig.test.json

0 comments on commit d52b9df

Please sign in to comment.