[Pkg-javascript-commits] [node-randomfill] 01/06: Fix project URLs in package.json (#3)
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Feb 22 13:40:27 UTC 2018
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-randomfill.
commit 00dc2a03650c929be18f9102659953e46e0bde25
Author: Sebastian Schuberth <sschuberth at users.noreply.github.com>
Date: Tue Jan 23 14:45:00 2018 +0100
Fix project URLs in package.json (#3)
---
package.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index b342162..ed98a99 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
},
"repository": {
"type": "git",
- "url": "git at github.com:crypto-browserify/randombytes.git"
+ "url": "https://github.com/crypto-browserify/randomfill.git"
},
"keywords": [
"crypto",
@@ -19,9 +19,9 @@
"author": "",
"license": "MIT",
"bugs": {
- "url": "https://github.com/crypto-browserify/randombytes/issues"
+ "url": "https://github.com/crypto-browserify/randomfill/issues"
},
- "homepage": "https://github.com/crypto-browserify/randombytes",
+ "homepage": "https://github.com/crypto-browserify/randomfill",
"browser": "browser.js",
"devDependencies": {
"phantomjs": "^1.9.9",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-randomfill.git
More information about the Pkg-javascript-commits
mailing list