Skip to content

Commit

Permalink
try to build dist files for rollup and browser direct usage
Browse files Browse the repository at this point in the history
  • Loading branch information
chregu committed Nov 1, 2019
1 parent 33321b6 commit 64c66a9
Show file tree
Hide file tree
Showing 5 changed files with 291 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules/
lib/
npm-debug.log
.nyc_output/
/dist
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ script:
- npm run test
- npm run docs
- npm run compile
- npm run build
after_success:
- npm run coveralls
258 changes: 248 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 64c66a9

Please sign in to comment.