[Pkg-javascript-commits] [node-string-decoder] 07/27: update package.json
Bastien Roucariès
rouca at moszumanska.debian.org
Thu May 11 15:12:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-string-decoder.
commit 8c1e1845868342217bd542f64078707c96779644
Author: Rod Vagg <rod at vagg.org>
Date: Sat Jan 18 16:25:36 2014 +1100
update package.json
---
package.json | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/package.json b/package.json
index 74ca652..8fa435e 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "string_decoder",
"version": "0.0.1",
- "description": "the string_decoder module from node core for browsers",
+ "description": "The string_decoder module from Node core",
"main": "index.js",
"dependencies": {},
"devDependencies": {
@@ -12,19 +12,14 @@
},
"repository": {
"type": "git",
- "url": "git://github.com/substack/string_decoder.git"
+ "url": "git://github.com/rvagg/string_decoder.git"
},
- "homepage": "https://github.com/substack/string_decoder",
+ "homepage": "https://github.com/rvagg/string_decoder",
"keywords": [
"string",
"decoder",
"browser",
"browserify"
],
- "author": {
- "name": "James Halliday",
- "email": "mail at substack.net",
- "url": "http://substack.net"
- },
"license": "MIT"
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-string-decoder.git
More information about the Pkg-javascript-commits
mailing list