diff --git a/CHANGES.md b/CHANGES.md index ef75452..0228484 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1 +1,14 @@ # node-triton changelog + +# 2.0.0 + +- Changed name to `triton` npm package, graciously given up by + [suguru](https://www.npmjs.com/~suguru) from his + project. <3 + The latest previous release of the triton package was 1.0.7, + so we'll separate with a major version bump for *this* triton + package. + +# 1.0.0 + +Initial release as `joyent-triton` npm package. diff --git a/README.md b/README.md index 4eb9664..f51ed8e 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Have the URL handy as you'll need it in the next step. ### Installation 1. Install [node.js](http://nodejs.org/). -2. `npm install -g joyent-triton` +2. `npm install -g triton` Verify that it is installed and on your PATH: diff --git a/package.json b/package.json index a228a29..52238ff 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "joyent-triton", + "name": "triton", "description": "Joyent Triton CLI and client (https://www.joyent.com/triton)", - "version": "1.0.0", + "version": "2.0.0", "author": "Joyent (joyent.com)", "dependencies": { "assert-plus": "0.1.5",