Skip to content

Commit

Permalink
Merge pull request #11 from KelWill/master
Browse files Browse the repository at this point in the history
use `fast-url-parser` instead of `url`
  • Loading branch information
KelWill authored Jun 10, 2021
2 parents f4b1a67 + 2ace363 commit e0479d2
Show file tree
Hide file tree
Showing 7 changed files with 1,743 additions and 264 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
14
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
language: node_js
node_js:
- "0.10"
- "0.11"
- "14"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ precommit:

test:
$(MAKE) lint
@NODE_ENV=test ./node_modules/.bin/mocha -b --reporter $(REPORTER)
@NODE_ENV=test ./node_modules/.bin/mocha --bail --reporter $(REPORTER)

test-cov:
$(MAKE) lint
Expand Down
Loading

0 comments on commit e0479d2

Please sign in to comment.