[Pkg-javascript-commits] [node-ripemd160] 16/71: remove deps: and
Bastien Roucariès
rouca at moszumanska.debian.org
Thu May 4 10:25:38 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 5ac61e945ed5118ee11ca1f5522d42c7ecb7023e
Author: JP Richardson <jprichardson at gmail.com>
Date: Sun Mar 9 11:27:09 2014 -0500
remove deps: and
---
CHANGELOG.md | 1 +
README.md | 5 -----
package.json | 7 ++-----
3 files changed, 3 insertions(+), 10 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b7c46f1..b408699 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,7 @@
* removed bower.json and component.json
* changed 4 spacing to 2
* returns `Buffer` type now, input must be Array, Uint8Array, Buffer, or string
+* remove deps: `convert-hex` and `convert-string`
0.1.0 / 2013-11-20
------------------
diff --git a/README.md b/README.md
index ce8fd28..89bdee7 100644
--- a/README.md
+++ b/README.md
@@ -32,10 +32,5 @@ Most of the code from CryptoJS https://code.google.com/p/crypto-js/
-License
--------
-
-(MIT License)
-Copyright 2013, JP Richardson <jprichardson at gmail.com>
diff --git a/package.json b/package.json
index a417e53..4f7541d 100644
--- a/package.json
+++ b/package.json
@@ -18,8 +18,5 @@
"type": "git"
},
"main": "./lib/ripemd160.js",
- "dependencies": {
- "convert-hex": "~0.1.0",
- "convert-string": "~0.1.0"
- }
-}
\ No newline at end of file
+ "dependencies": {}
+}
--
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