Node.js versioning/metadata for merging to @philsquared

This commit is contained in:
Ben Chociej 2016-09-21 11:56:09 -05:00
parent 669fc3d35e
commit 0524a81887
1 changed files with 4 additions and 4 deletions

View File

@ -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"
}