Skip to content

Commit

Permalink
Switch to es2015 output (#2851)
Browse files Browse the repository at this point in the history
* Switch to ES2015 output

* Update dependencies, try adding Node 12 tests

* Remove Node 12 again due to missing image
  • Loading branch information
lukastaegert committed May 15, 2019
1 parent 1de599f commit 4cad1bd
Show file tree
Hide file tree
Showing 11 changed files with 389 additions and 648 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Expand Up @@ -42,13 +42,6 @@ jobs:
docker:
- image: rollupcabal/circleci-node-v10:latest
<<: *unit_tests
# - run:
# name: Run unit tests.
# command: npm run ci:coverage
# - run:
# name: Submit coverage data to codecov.
# command: bash <(curl -s https://codecov.io/bash)
# when: on_success

workflows:
version: 2
Expand Down

0 comments on commit 4cad1bd

Please sign in to comment.