Skip to content

Commit

Permalink
Fix Node10 subpath fallbacks (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm authored Apr 22, 2024
1 parent ec5af7f commit e1583b4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 2 additions & 0 deletions packages/protobuf/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/src
/*.json
5 changes: 1 addition & 4 deletions packages/protobuf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,5 @@
},
"devDependencies": {
"upstream-protobuf": "*"
},
"files": [
"dist/**"
]
}
}
2 changes: 2 additions & 0 deletions packages/protoc-gen-es/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/src
/*.json
2 changes: 2 additions & 0 deletions packages/protoplugin/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/src
/*.json
3 changes: 0 additions & 3 deletions packages/protoplugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
"@typescript/vfs": "^1.4.0",
"typescript": "4.5.2"
},
"files": [
"dist/**"
],
"devDependencies": {
"@types/lz-string": "^1.5.0"
}
Expand Down

0 comments on commit e1583b4

Please sign in to comment.