update urls

This commit is contained in:
AJ ONeal 2018-03-20 21:55:27 -06:00
parent 93096c6ebd
commit 248f0d4ab1
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "rsa-compat",
"version": "1.3.0",
"version": "1.3.1",
"description": "RSA utils that work on Windows, Mac, and Linux with or without C compiler",
"main": "node.js",
"bin": {
@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Daplie/rsa-compat.js.git"
"url": "git+https://git.coolaj86.com/coolaj86/rsa-compat.js.git"
},
"keywords": [
"RSA",
@ -35,9 +35,9 @@
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)",
"bugs": {
"url": "https://github.com/Daplie/rsa-compat.js/issues"
"url": "https://git.coolaj86.com/coolaj86/rsa-compat.js/issues"
},
"homepage": "https://github.com/Daplie/rsa-compat.js#readme",
"homepage": "https://git.coolaj86.com/coolaj86/rsa-compat.js#readme",
"dependencies": {
"buffer-v6-polyfill": "^1.0.3",
"node-forge": "^0.6.41"