Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
[1.2.0] drop Node 0.8, fix style, switch to lab/code
Browse files Browse the repository at this point in the history
Drop support for Node 0.8, fixes #1.

Switch to lab/code from mocha/chai per #2. Move tests to _tests.json_, add
library usage tests.

Add support for single TLD in tldWhitelist as string.

Fix whitespace for switch statements.

Signed-off-by: Eli Skeggs <[email protected]>
  • Loading branch information
skeggse committed Sep 13, 2015
1 parent d696b26 commit 52adfc5
Show file tree
Hide file tree
Showing 6 changed files with 1,163 additions and 1,030 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/coverage.html
/coverage.lcov
/node_modules
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: node_js
node_js:
- "0.8"
- "0.10"
- "4.0"
Loading

1 comment on commit 52adfc5

@skeggse
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be "fixes #2" and "per #1." Whoops.

Please sign in to comment.