Skip to content

Commit

Permalink
Merge pull request #33 from rimiti/update-dependencies
Browse files Browse the repository at this point in the history
Dependencies updated
  • Loading branch information
rimiti authored Apr 24, 2019
2 parents 83ca2de + 04d3ae4 commit f999f3c
Show file tree
Hide file tree
Showing 4 changed files with 2,791 additions and 3,526 deletions.
15 changes: 1 addition & 14 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
{
"plugins": [
["add-module-exports"],
["transform-es2015-modules-commonjs"],
["transform-runtime", {
"polyfill": false,
"regenerator": true
}]
],
"env": {
"production": {
"comments": false,
"minified": true
}
}
"presets": ["@babel/preset-env"]
}
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
node_js:
- 10
- node
- lts/*
before_install:
- npm i -g codecov
- npm i html-pdf -S
Expand Down
Loading

0 comments on commit f999f3c

Please sign in to comment.