Clean up npm package some (#1449)

This commit is contained in:
Pat Cavit 2016-12-07 09:35:34 -08:00 committed by GitHub
parent a3a1516584
commit 00553b3ec8

20
.npmignore Normal file
View file

@ -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