From 7d3000c15f63443d03971bc510cecf86ae530983 Mon Sep 17 00:00:00 2001 From: Thibaut David Date: Wed, 16 Jun 2021 10:33:41 +0200 Subject: [PATCH] fix(package.json): remove trailing slash from dist folder in files --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce317a7..62dda8d 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "module": "dist/index.es.js", "types": "dist/index.d.ts", "files": [ - "dist/" + "dist" ], "scripts": { "start": "siroc build --watch",