Skip to content

Commit

Permalink
Remove /src from .npmignore files, to fix source maps. (#497)
Browse files Browse the repository at this point in the history
Should fix #492.
  • Loading branch information
benjamn committed May 14, 2023
1 parent 729653e commit 9285c60
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions packages/context/.npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/node_modules
/src
/lib/tests
.rpt2_cache
tsconfig.json
tsconfig.es5.json
1 change: 0 additions & 1 deletion packages/equality/.npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/node_modules
/src
/lib/tests
tsconfig.json
tsconfig.es5.json
1 change: 0 additions & 1 deletion packages/task/.npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/node_modules
/src
/lib/tests
tsconfig.json
tsconfig.es5.json
2 changes: 0 additions & 2 deletions packages/template/.npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/node_modules
/src
/lib/tests
.rpt2_cache
tsconfig.json
tsconfig.es5.json
1 change: 0 additions & 1 deletion packages/trie/.npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/node_modules
/src
/lib/tests
tsconfig.json
tsconfig.es5.json

0 comments on commit 9285c60

Please sign in to comment.