Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Rm debug
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 committed May 9, 2015
1 parent 33d0d6d commit 9934f18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/is.js
Expand Up @@ -29,7 +29,6 @@ var util = require('./util');
*/
(function () {
var name = '[\\w-]{3,100}';
console.log(url('player\\.me\\/' + name));
define({
fn: 'player.name',
re: new RegExp('^' + name + '$')
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "is-social",
"version": "1.0.0",
"version": "1.0.1",
"description": "Validators for social media profiles.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9934f18

Please sign in to comment.