From bb0b5a8b7c51d71a614e7846badf9e3769a45a69 Mon Sep 17 00:00:00 2001 From: Chris Krycho Date: Tue, 16 May 2023 07:52:46 -0600 Subject: [PATCH] Do not exclude `.d.ts` in `.npmignore` This will make the attempt to publish types (3.1.0) actually work. --- .npmignore | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.npmignore b/.npmignore index fa08c2ee..6517f2eb 100644 --- a/.npmignore +++ b/.npmignore @@ -36,13 +36,10 @@ /package.json.ember-try # typescript -# -# avoid publishing .d.ts or .ts files -# until they have become enforced "public" APIs -*.ts -# to enable d.ts consumption remove the next line -# !*.d.ts +!*.d.ts !addon/**/*.js + +# miscellanies server/ tsconfig.json *.tgz