bump to 2.0.0 for new 'triton' npm package name
This commit is contained in:
parent
faca038854
commit
2853627e89
13
CHANGES.md
13
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
|
||||
<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.
|
||||
|
@ -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:
|
||||
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user