Skip to content

Commit 94cd356

Browse files
committed
Add a basic CHANGES, fix license in package.json
1 parent a2ebd0f commit 94cd356

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
# msgflo-nodejs 0.5.0, 06.06.2016
3+
4+
* Allows to register custom transports using `msgflo_nodejs.transport.register()`
5+
* Transport dependencies (`amqplib` and `mqtt`) are no longer included by default.
6+
So the project using msgflo-nodejs must to add it to their own dependencies.
7+
* No longer requires CoffeeScript at runtime; the NPM package is plain JS
8+
9+
# msgflo.nodejs 0.4.0, 04.06.2015
10+
11+
First version split out of [msgflo](https://github.com/msgflo/msgflo).

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,7 @@
1010
"type": "git",
1111
"url": "git://github.com/msgflo/msgflo.git"
1212
},
13-
"licenses": [
14-
{
15-
"type": "MIT",
16-
"url": "https://github.com/msgflo/blob/master/LICENSE"
17-
}
18-
],
13+
"license": "MIT",
1914
"dependencies": {
2015
"async": "^0.9.0",
2116
"chance": "^0.7.3",

0 commit comments

Comments
 (0)