archived-codacy / node-codacy-coverage

Code Coverage reporter for Codacy
MIT License
63 stars 45 forks source link

Update Package Name #2

Closed DavidTPate closed 9 years ago

DavidTPate commented 9 years ago

This PR updates the cli to be registered for the codacy-reporter command name, and also updates the package to be published on npm with the name codacy-reporter instead of codacy. Accompanying this are also updates to the README for the new name and updates to the package.json to point to the new home of the repository.

rtfpessoa commented 9 years ago

@DavidTPate

The current status is:

The status of your PR is ready to release new version 1.0.2-1 with some link fixes Can you take a look and see if I messed up something?

DavidTPate commented 9 years ago

Looks good! The old package is properly deprecated and the updates look good. The only thing I changed is the version number. NPM uses semver and based on that metadata in the version number such as -2 is considered to be a pre-release. So instead we would just update the revision number in this case.