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", "name": "@bchociej/catch",
"version": "1.5.6-npm.4", "version": "1.5.6-npm.5",
"description": "catch C++ unit test framework", "description": "catch C++ unit test framework",
"main": "include_dirs.js", "main": "include_dirs.js",
"directories": { "directories": {
@ -8,7 +8,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/bchociej/Catch.git" "url": "https://github.com/philsquared/Catch.git"
}, },
"author": "philsquared", "author": "philsquared",
"contributors": [ "contributors": [
@ -17,7 +17,7 @@
], ],
"license": "Boost", "license": "Boost",
"bugs": { "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"
} }