Skip to content

Commit e85f60d

Browse files
committed
transfer to crypto-browserify org
1 parent 5ecac46 commit e85f60d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"name": "crypto-browserify",
44
"description": "implementation of crypto for the browser",
55
"version": "3.9.5",
6-
"homepage": "https://github.com/dominictarr/crypto-browserify",
6+
"homepage": "https://github.com/crypto-browserify/crypto-browserify",
77
"repository": {
88
"type": "git",
9-
"url": "git://github.com/dominictarr/crypto-browserify.git"
9+
"url": "git://github.com/crypto-browserify/crypto-browserify.git"
1010
},
1111
"scripts": {
1212
"test": "set -e; for t in test/node/*.js test/*.js; do node $t; done",
@@ -24,11 +24,11 @@
2424
"pbkdf2-compat": "2.0.1",
2525
"public-encrypt": "1.1.2",
2626
"ripemd160": "0.2.0",
27-
"sha.js": "2.3.5"
27+
"sha.js": "2.3.6"
2828
},
2929
"devDependencies": {
3030
"tape": "~2.3.2",
31-
"hash-test-vectors": "~1.3.0"
31+
"hash-test-vectors": "~1.3.2"
3232
},
3333
"optionalDependencies": {},
3434
"browser": {

0 commit comments

Comments
 (0)