Closed chadxz closed 6 years ago
Merging #104 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #104 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 15 15
Lines 383 387 +4
=====================================
+ Hits 383 387 +4
Impacted Files | Coverage Δ | |
---|---|---|
src/events/index.js | 100% <100%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 5a3e09f...706ace9. Read the comment docs.
update eslint-plugin-node to v8 update eslint-plugin-prettier to v3
eslint-plugin-node@8 began throwing errors for usages of url.parse() so this patch also addresses that. The suggested api
url.URL()
is also available as far back as Node v6 so this change is a patch version bump.Closes #100.