github-username
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -5,3 +5,3 @@ 'use strict'; | ||
module.exports = function (email, token, cb) { | ||
if (typeof email !== 'string' && emai.indexOf('@') !== -1) { | ||
if (typeof email !== 'string' && email.indexOf('@') !== -1) { | ||
throw new Error('`email` required'); | ||
@@ -8,0 +8,0 @@ } |
{ | ||
"name": "github-username", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Get a GitHub username from an email address", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
4043