Skip to content

Commit

Permalink
fix(): npm distro with a .npmignore file
Browse files Browse the repository at this point in the history
BREAKING CHANGE: no longer distributed to npm with a source map build
  • Loading branch information
crobinson42 committed Jun 8, 2017
1 parent 30f1a12 commit ad722c4
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 68 deletions.
46 changes: 46 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
coverage/
dev/
node_modules/
src/
test/

.eslintrc
.travis.yml
rollup.config.js
yarn.lock

*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz

pids
logs
results

npm-debug.log
node_modules

coverage/
doc/
bower_components/

*.iml
.idea/

*.png
CONTRIBUTING.md
favicon.ico
circle.yml
bower.json
.bowerrc
Gruntfile.js
*.start.js
karma.conf.js
junit/
test/
lib/
src/
68 changes: 0 additions & 68 deletions mixin.js

This file was deleted.

0 comments on commit ad722c4

Please sign in to comment.