Skip to content

Commit

Permalink
Merge pull request #4 from Goodluckhf/fix-vulnerabilities
Browse files Browse the repository at this point in the history
Fix vulnerabilities
  • Loading branch information
Goodluckhf authored Jul 16, 2019
2 parents ba73672 + 0dd2fda commit 2be73ea
Show file tree
Hide file tree
Showing 11 changed files with 4,815 additions and 4,140 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
dist
.nyc_output
*.server.test.js
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
before_script:
- npm prune
script:
- npm run eslint
- npm run lint
- npm run test:coverage
after_success:
- npm run report-coverage
Expand Down
Loading

0 comments on commit 2be73ea

Please sign in to comment.