Change repository link to GitHub mirror in npm package file
{ | ||
"name": "@small-tech/auto-encrypt", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Adds automatic provisioning and renewal of Let’s Encrypt TLS certificates with OCSP Stapling to Node.js https servers (including Express.js, etc.)", | ||
"keywords": [ | ||
"let's encrypt", | ||
... | ... | @@ -25,7 +25,7 @@ |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://source.small-tech.org/site.js/lib/auto-encrypt.git" | ||
"url": "https://github.com/small-tech/auto-encrypt.git" | ||
}, | ||
"scripts": { | ||
"test": "PEBBLE_VA_NOSLEEP=1 PEBBLE_WFE_NONCEREJECT=0 QUIET=true tape 'test/**/*.js' | tap-spec", | ||
... | ... |
Please register or sign in to comment