From ec84e26787859b703e3c3c374935e1669e7bcb45 Mon Sep 17 00:00:00 2001 From: Jennifer Kirsch Date: Mon, 11 Sep 2023 17:36:14 +0200 Subject: [PATCH] Ship entire dist dir in package --- .github/workflows/release.yml | 2 +- package.json | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dfe4fe3..1fb3677 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v3 with: node-version: 18 - run: npm install diff --git a/package.json b/package.json index e7a5fc7..db83ab3 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,7 @@ "url": "https://github.com/binary-butterfly/react-charging-station-connector-icons" }, "files": [ - "dist/esm/*", - "dist/umd/*", - "dist/index.d.ts" + "./dist" ], "exports": { ".": {