From b4b90595006e38d9bde11e95d4b135997d01737a Mon Sep 17 00:00:00 2001 From: Joel Arvidsson Date: Sun, 13 Oct 2019 14:42:49 +0200 Subject: [PATCH] Remove dev config from published artifact --- .npmignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.npmignore b/.npmignore index 4d9b769..effd8c4 100644 --- a/.npmignore +++ b/.npmignore @@ -1,8 +1,11 @@ *.log +.DS_Store .babelrc +.prettierrc .editorconfig .eslintrc .travis.yml +babel.config.js __tests__ node_modules Examples