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": [