bump to 2.0.0 for new 'triton' npm package name

This commit is contained in:
Trent Mick 2015-09-30 14:37:28 -07:00
parent faca038854
commit 2853627e89
3 changed files with 16 additions and 3 deletions

View File

@ -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
<https://github.com/ameba-proteus/node-triton> 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.

View File

@ -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:

View File

@ -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",