From e1583b469b3b37bebeb76fb1e147768ec79938b7 Mon Sep 17 00:00:00 2001 From: Timo Stamm Date: Mon, 22 Apr 2024 19:10:34 +0200 Subject: [PATCH] Fix Node10 subpath fallbacks (#803) --- packages/protobuf/.npmignore | 2 ++ packages/protobuf/package.json | 5 +---- packages/protoc-gen-es/.npmignore | 2 ++ packages/protoplugin/.npmignore | 2 ++ packages/protoplugin/package.json | 3 --- 5 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 packages/protobuf/.npmignore create mode 100644 packages/protoc-gen-es/.npmignore create mode 100644 packages/protoplugin/.npmignore diff --git a/packages/protobuf/.npmignore b/packages/protobuf/.npmignore new file mode 100644 index 000000000..101474631 --- /dev/null +++ b/packages/protobuf/.npmignore @@ -0,0 +1,2 @@ +/src +/*.json diff --git a/packages/protobuf/package.json b/packages/protobuf/package.json index 5756644db..cd0992da4 100644 --- a/packages/protobuf/package.json +++ b/packages/protobuf/package.json @@ -30,8 +30,5 @@ }, "devDependencies": { "upstream-protobuf": "*" - }, - "files": [ - "dist/**" - ] + } } diff --git a/packages/protoc-gen-es/.npmignore b/packages/protoc-gen-es/.npmignore new file mode 100644 index 000000000..101474631 --- /dev/null +++ b/packages/protoc-gen-es/.npmignore @@ -0,0 +1,2 @@ +/src +/*.json diff --git a/packages/protoplugin/.npmignore b/packages/protoplugin/.npmignore new file mode 100644 index 000000000..101474631 --- /dev/null +++ b/packages/protoplugin/.npmignore @@ -0,0 +1,2 @@ +/src +/*.json diff --git a/packages/protoplugin/package.json b/packages/protoplugin/package.json index 424560949..5497bb549 100644 --- a/packages/protoplugin/package.json +++ b/packages/protoplugin/package.json @@ -40,9 +40,6 @@ "@typescript/vfs": "^1.4.0", "typescript": "4.5.2" }, - "files": [ - "dist/**" - ], "devDependencies": { "@types/lz-string": "^1.5.0" }