Skip to content

Commit

Permalink
Publish ES2015 bundle, add size-limit test
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Nov 12, 2019
1 parent 9122f87 commit 4019661
Show file tree
Hide file tree
Showing 5 changed files with 3,773 additions and 67 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ coverage/
node_modules/
npm-debug.log
dist/
dist.es2015/
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ notifications:
on_failure: change

node_js:
- '6'
- "6"
- stable

after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
Loading

0 comments on commit 4019661

Please sign in to comment.