Compare commits

...

3 Commits
master ... v7.x

Author SHA1 Message Date
SSMP 0b1c52eed2 event-pubsub patch 2016-10-06 17:41:17 -07:00
Brandon Nozaki Miller 51046c6f71 Merge pull request #100 from raybooysen/feature/exactVersionForEventPubSub
Change version to be 2.2.0 and nothing else
2016-10-06 15:55:25 -07:00
Ray Booysen 4cafaca0ca Change version to be 2.2.0 and nothing else 2016-10-06 22:35:37 +01:00
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "node-ipc",
"version": "7.0.0",
"version": "7.0.3",
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
"main": "node-ipc.js",
"directories": {
@ -11,7 +11,7 @@
},
"dependencies": {
"colors": "*",
"event-pubsub": "^2.0.0",
"event-pubsub": "2.2.0",
"js-message": "*",
"js-queue": "^0.1.2",
"node-cmd": "*"