Skip to content

Commit

Permalink
update deps. Closes #25
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Jul 28, 2016
1 parent 28ca205 commit 8e37e61
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*
!lib/**
!.npmignore
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ language: node_js
node_js:
- "4"
- "6"
- "node"

sudo: false
7 changes: 3 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Copyright (c) 2014-2015, Eli Skeggs and other contributors.
Copyright (c) 2013-2014, GlobeSherpa.
Copyright (c) 2008-2011, Dominic Sayers.

Copyright (c) 2014-2015, Eli Skeggs and Project contributors
Copyright (c) 2013-2014, GlobeSherpa
Copyright (c) 2008-2011, Dominic Sayers
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "isemail",
"description": "Validate an email address according to RFCs 5321, 5322, and others",
"version": "2.2.0",
"version": "2.2.1",
"repository": "git://github.com/hapijs/isemail",
"main": "lib/index.js",
"keywords": [
Expand All @@ -20,12 +20,12 @@
"dependencies": {
},
"devDependencies": {
"code": "2.x.x",
"code": "3.x.x",
"lab": "10.x.x"
},
"scripts": {
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -r html -o coverage.html"
"test": "lab -a code -t 100 -L -m 5000",
"test-cov-html": "lab -a code -r html -o coverage.html -m 5000"
},
"license": "BSD-3-Clause"
}

0 comments on commit 8e37e61

Please sign in to comment.