Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Commit

Permalink
Feature/npm audit (#35)
Browse files Browse the repository at this point in the history
* update packages

* add coverage
  • Loading branch information
dpilch committed May 11, 2018
1 parent d88e9d7 commit 7331638
Show file tree
Hide file tree
Showing 4 changed files with 1,376 additions and 1,259 deletions.
11 changes: 10 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
{
"presets": ["es2015", "stage-2"]
"presets": [
["@babel/preset-env", {
"targets": {
"node": "6.10"
}
}],
["@babel/preset-stage-2", {
"decoratorsLegacy": true,
}]
]
}
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ script:
- npm run build
- npm test

after_script: npm run coverage

deploy:
skip_cleanup: true
provider: npm
Expand Down
Loading

0 comments on commit 7331638

Please sign in to comment.