diff --git a/.jshintrc b/.jshintrc new file mode 100644 index 0000000..d480228 --- /dev/null +++ b/.jshintrc @@ -0,0 +1,6 @@ +{ + "esversion": 11, + "node": true, + "unused": true, + "curly": true +} diff --git a/.prettierrc b/.prettierrc.json similarity index 100% rename from .prettierrc rename to .prettierrc.json diff --git a/package.json b/package.json index 263d87c..d5c8110 100644 --- a/package.json +++ b/package.json @@ -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 (https://coolaj86.com/)", "license": "MPL-2.0", "dependencies": {