Skip to content

Commit

Permalink
chore: normalize settings, drop old nodes, update deps
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This drops support for node < 10.

There are some lint failures due to standard pushing for using WhatWG URL
objects instead of url.parse/url.resolve.  However, the code in this lib
does some fancy things with the query/search portions of the parsed url
object, so it'll take a bit of care to make it work properly.
  • Loading branch information
isaacs committed Dec 17, 2019
1 parent 622afb4 commit 510b125
Show file tree
Hide file tree
Showing 16 changed files with 2,156 additions and 2,551 deletions.
2 changes: 2 additions & 0 deletions .github/settings.yml
@@ -0,0 +1,2 @@
---
_extends: 'open-source-project-boilerplate'
2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,7 +1,5 @@
language: node_js
sudo: false
node_js:
- node
- 12
- 10
- 8
151 changes: 0 additions & 151 deletions CODE_OF_CONDUCT.md

This file was deleted.

0 comments on commit 510b125

Please sign in to comment.