updated licence.md to just licence, updated js-message version req to 1.0.7 for MIT lic also updated docs to remove DBAD refs
This commit is contained in:
parent
5022bb23dc
commit
9a1ad86d17
3 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@ Package details websites :
|
||||||
* [GitHub.io site](http://riaevangelist.github.io/node-ipc/ "node-ipc documentation"). A prettier version of this site.
|
* [GitHub.io site](http://riaevangelist.github.io/node-ipc/ "node-ipc documentation"). A prettier version of this site.
|
||||||
* [NPM Module](https://www.npmjs.org/package/node-ipc "node-ipc npm module"). The npm page for the node-ipc module.
|
* [NPM Module](https://www.npmjs.org/package/node-ipc "node-ipc npm module"). The npm page for the node-ipc module.
|
||||||
|
|
||||||
This work is licenced via the [DBAD Public Licence](http://www.dbad-license.org/).
|
This work is licenced via the MIT Licence.
|
||||||
|
|
||||||
#### Older versions of node
|
#### Older versions of node
|
||||||
|
|
||||||
|
@ -876,5 +876,5 @@ Writing explicit buffers, int types, doubles, floats etc. as well as big endian
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Licensed under DBAD license
|
#### Licensed under MIT license
|
||||||
See the [DBAD license](https://github.com/philsturgeon/dbad) in your language or our [licence.md](https://github.com/RIAEvangelist/node-phidget-API/blob/master/license.md) file.
|
See the [MIT license](https://github.com/RIAEvangelist/node-ipc/blob/master/license) file.
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"event-pubsub": "4.3.0",
|
"event-pubsub": "4.3.0",
|
||||||
"js-message": "1.0.6",
|
"js-message": "1.0.7",
|
||||||
"js-queue": "2.0.2"
|
"js-queue": "2.0.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in a new issue