[Pkg-javascript-commits] [node-tap-mocha-reporter] 18/137: fix name of project
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Sep 7 09:49:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-tap-mocha-reporter.
commit 0f4d660834101ec531d29a15bbe5c83bfd29524b
Author: isaacs <i at izs.me>
Date: Sat Apr 25 14:11:48 2015 -0700
fix name of project
---
package.json | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/package.json b/package.json
index 7c9a720..e62b169 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "tap-spec-reporter",
+ "name": "tap-mocha-reporter",
"version": "0.0.2",
"description": "Format a TAP stream using Mocha's set of reporters",
"main": "index.js",
@@ -8,14 +8,14 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/isaacs/tap-spec-reporter"
+ "url": "https://github.com/isaacs/tap-mocha-reporter"
},
"author": "Isaac Z. Schlueter <i at izs.me> (http://blog.izs.me/)",
"license": "ISC",
"bugs": {
- "url": "https://github.com/isaacs/tap-spec-reporter/issues"
+ "url": "https://github.com/isaacs/tap-mocha-reporter/issues"
},
- "homepage": "https://github.com/isaacs/tap-spec-reporter",
+ "homepage": "https://github.com/isaacs/tap-mocha-reporter",
"dependencies": {
"exit-code": "^1.0.1",
"supports-color": "^1.3.1",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-tap-mocha-reporter.git
More information about the Pkg-javascript-commits
mailing list