From 76ce11359da365c13dcd671335d61e5fefb503e9 Mon Sep 17 00:00:00 2001 From: Basile Bruneau Date: Sat, 9 May 2020 13:17:23 +0200 Subject: [PATCH] fix: ignore prettierrc in npm package --- .npmignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 8a5e701..4ffb628 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,4 @@ images/ test.js -*.svg \ No newline at end of file +*.svg +.prettierrc.json \ No newline at end of file