[Pkg-javascript-commits] [node-ripemd160] 07/71: changed name
Bastien Roucariès
rouca at moszumanska.debian.org
Thu May 4 10:25:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-ripemd160.
commit 868fd6d04129871b614a5fcc357949eb663ba8cd
Author: JP Richardson <jprichardson at gmail.com>
Date: Thu Nov 21 00:48:11 2013 -0600
changed name
---
README.md | 6 ++----
bower.json | 6 +++---
component.json | 4 ++--
package.json | 8 ++++----
4 files changed, 11 insertions(+), 13 deletions(-)
diff --git a/README.md b/README.md
index 06f8109..2a2483d 100644
--- a/README.md
+++ b/README.md
@@ -3,15 +3,13 @@ ripemd160
JavaScript component to compute the RIPEMD160 hash of strings or bytes.
-AMD/CommonJS compatible.
-
Install
-------
### Node.js/Browserify
- npm install --save cryptocoin-ripemd160
+ npm install --save ripemd160
### Component
@@ -20,7 +18,7 @@ Install
### Bower
- bower install cryptocoin-ripemd160
+ bower install ripemd160
### Script
diff --git a/bower.json b/bower.json
index a842fc7..ea47f0e 100644
--- a/bower.json
+++ b/bower.json
@@ -1,5 +1,5 @@
{
- "name": "cryptocoin-ripemd160",
+ "name": "ripemd160",
"version": "0.0.2",
"description": "Compute RIPEMD160 of bytes or strings",
"keywords": [
@@ -18,8 +18,8 @@
"packabe.json"
],
"dependencies": {
- "cryptocoin-convert-hex": "0.0.x",
- "cryptocoin-convert-string": "0.0.x"
+ "convert-hex": "0.1.x",
+ "onvert-string": "0.1.x"
},
"repo": "https://github.com/cryptocoinjs/ripemd160",
"main": "./lib/ripemd160.js"
diff --git a/component.json b/component.json
index 91766f3..aa7ef8e 100644
--- a/component.json
+++ b/component.json
@@ -16,7 +16,7 @@
],
"main": "./lib/ripemd160.js",
"dependencies": {
- "cryptocoinjs/convert-hex": "0.0.x",
- "cryptocoinjs/convert-string": "0.0.x"
+ "cryptocoinjs/convert-hex": "0.1.x",
+ "cryptocoinjs/convert-string": "0.1.x"
}
}
\ No newline at end of file
diff --git a/package.json b/package.json
index 7b55134..6b31a91 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "cryptocoin-ripemd160",
+ "name": "ripemd160",
"version": "0.0.2",
"description": "Compute RIPEMD160 of bytes or strings.",
"keywords": [
@@ -19,7 +19,7 @@
},
"main": "./lib/ripemd160.js",
"dependencies": {
- "cryptocoin-convert-hex": "0.0.1",
- "cryptocoin-convert-string": "0.0.1"
+ "convert-hex": "~0.1.0",
+ "convert-string": "~0.1.0"
}
-}
\ No newline at end of file
+}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ripemd160.git
More information about the Pkg-javascript-commits
mailing list