[Pkg-javascript-commits] [node-shasum] 04/23: rename to shasum

Bastien Roucariès rouca at moszumanska.debian.org
Fri May 5 09:06:23 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-shasum.

commit 006280c27f14c1c22b52bd837d9bd006ed86e2bb
Author: Dominic Tarr <dominic.tarr at gmail.com>
Date:   Mon Jan 7 18:30:44 2013 +0700

    rename to shasum
---
 README.md    | 6 +++---
 package.json | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index e1b21cc..4fbd077 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
-# sha1sum
+# shasum
 
 Single function that return the sha1sum.
 Installing this is just a little bit quicker than reading the crypto documentation.
 
 ``` js
-var sha1sum = require('sha1sum')
-sha1sum(string || buffer || object)
+var shasum = require('shasum')
+shasum(string || buffer || object)
 ```
 
 Oh yeah, it works in the browser too, with 
diff --git a/package.json b/package.json
index 3b813f0..fc897fa 100644
--- a/package.json
+++ b/package.json
@@ -1,10 +1,10 @@
 {
-  "name": "sha1sum",
+  "name": "shasum",
   "version": "0.0.1",
-  "homepage": "https://github.com/dominictarr/sha1sum",
+  "homepage": "https://github.com/dominictarr/shasum",
   "repository": {
     "type": "git",
-    "url": "git://github.com/dominictarr/sha1sum.git"
+    "url": "git://github.com/dominictarr/shasum.git"
   },
   "dependencies": {
   },

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-shasum.git



More information about the Pkg-javascript-commits mailing list