From 0524a8188713ccef4c660d9d5d3fbe715e5a2430 Mon Sep 17 00:00:00 2001 From: Ben Chociej Date: Wed, 21 Sep 2016 11:56:09 -0500 Subject: [PATCH] Node.js versioning/metadata for merging to @philsquared --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3949acaa..5e373ed4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bchociej/catch", - "version": "1.5.6-npm.4", + "version": "1.5.6-npm.5", "description": "catch C++ unit test framework", "main": "include_dirs.js", "directories": { @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/bchociej/Catch.git" + "url": "https://github.com/philsquared/Catch.git" }, "author": "philsquared", "contributors": [ @@ -17,7 +17,7 @@ ], "license": "Boost", "bugs": { - "url": "https://github.com/bchociej/Catch/issues" + "url": "https://github.com/philsquared/Catch/issues" }, - "homepage": "https://github.com/bchociej/Catch" + "homepage": "https://github.com/philsquared/Catch" }