From 00553b3ec8cd297c5edf2f4ba2ff80e7f8ca3b97 Mon Sep 17 00:00:00 2001 From: Pat Cavit Date: Wed, 7 Dec 2016 09:35:34 -0800 Subject: [PATCH] Clean up npm package some (#1449) --- .npmignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 00000000..48873c87 --- /dev/null +++ b/.npmignore @@ -0,0 +1,20 @@ +# Configuration files +.deploy.env +.editorconfig +.eslintrc.js +.gitattributes +.gitignore +.travis.yml + +# Tests +test-utils/ +tests/ + +# Documentation +docs/ +examples/ +CONTRIBUTING.md + +# Browser stub (use index.js w/ a bundler or mithril.js w/o one instead) +module/ +browser.js