Skip to content

Commit

Permalink
Cleanup npm package (katspaugh#995)
Browse files Browse the repository at this point in the history
* ignore eclipse project files

* exclude everything except dist, plugin and src directories in npm package

* only include minified plugins in npm package
  • Loading branch information
thijstriemstra authored and mspae committed Mar 5, 2017
1 parent 0a063d2 commit 08f1aa8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ dist/plugin/*.js
/_SpecRunner.html
.DS_Store
.idea
.project
9 changes: 6 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/dist/wavesurfer.min.js.map
/dist/wavesurfer.amd.js
/dist/wavesurfer.min.js
# exclude everything except dist, plugin and src
**/*
!dist/*
!dist/plugin/*.min.js
!plugin/**
!src/**

0 comments on commit 08f1aa8

Please sign in to comment.