diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..77fe019 --- /dev/null +++ b/.npmignore @@ -0,0 +1,18 @@ +# CI/CD and tooling +.github/ +.tartufo/ +tartufo.toml +.jshintrc +.nvmrc +.npmrc + +# Community/governance docs (not needed by consumers) +CODE_OF_CONDUCT.md +CONTRIBUTING.md +SECURITY.md + +# Development artifacts +node_modules/ +coverage/ +*.tgz +.nyc_output/ diff --git a/README.md b/README.md index 11a4c8b..93deb78 100644 --- a/README.md +++ b/README.md @@ -290,3 +290,7 @@ poynt.charge( - `unregisterApplePayMerchant` - `getApplePayMerchant` - `getApplePayDomainAssociationFile` + +## License + +MIT - see [LICENSE](./LICENSE). diff --git a/package.json b/package.json index 4a151e4..7fa491c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "repository": { "type": "git", - "url": "git@github.com:godaddy/poynt-node.git" + "url": "https://github.com/godaddy/poynt-node.git" }, "keywords": [ "Poynt",