chore: fix url, update lint config

This commit is contained in:
AJ ONeal 2021-08-26 20:20:36 -06:00
parent 2e74219361
commit ac1ff1ad4d
3 changed files with 9 additions and 17 deletions

6
.jshintrc Normal file
View File

@ -0,0 +1,6 @@
{
"esversion": 11,
"node": true,
"unused": true,
"curly": true
}

View File

@ -12,26 +12,12 @@
"scripts": {
"test": "node tests"
},
"files": [
"*.js",
"bin",
"lib",
"dist"
],
"files": ["*.js", "bin", "lib", "dist"],
"repository": {
"type": "git",
"url": "https://git.rootprojects.org/root/csr.js.git"
"url": "https://github.com/therootcompany/keypairs.js.git"
},
"keywords": [
"ASN.1",
"DER",
"PEM",
"x509",
"RSA",
"EC",
"ECDSA",
"asn1"
],
"keywords": ["ASN.1", "DER", "PEM", "x509", "RSA", "EC", "ECDSA", "asn1"],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0",
"dependencies": {