From 80360baa06f7fd97afbdc1cdcbe34b01a2a081f4 Mon Sep 17 00:00:00 2001 From: Olivier Samyn Date: Sat, 9 Apr 2016 22:33:42 +0200 Subject: [PATCH] Update repository urls. --- package.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f1cef92..9b02b76 100644 --- a/package.json +++ b/package.json @@ -2,11 +2,14 @@ "name": "unc-path-regex", "description": "Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.", "version": "0.1.1", - "homepage": "https://github.com/jonschlinkert/unc-path-regex", + "homepage": "https://github.com/regexhq/unc-path-regex", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "repository": "jonschlinkert/unc-path-regex", + "repository": { + "type" : "git", + "url": "https://github.com/regexhq/unc-path-regex.git" + }, "bugs": { - "url": "https://github.com/jonschlinkert/unc-path-regex/issues" + "url": "https://github.com/regexhq/unc-path-regex/issues" }, "license": "MIT", "files": [