prepping for version release

This commit is contained in:
Brandon Nozaki Miller 2015-12-02 10:24:38 -08:00
parent ffd358b5ed
commit c57268c2a0

View file

@ -1,16 +1,16 @@
{ {
"name": "node-ipc", "name": "node-ipc",
"version": "3.0.0", "version": "4.0.0",
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.", "description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
"main": "node-ipc.js", "main": "node-ipc.js",
"directories": { "directories": {
"example": "example" "example": "example"
}, },
"dependencies": { "dependencies": {
"colors": "^1.1.2", "colors": "*",
"event-pubsub": "^1.0.3", "event-pubsub": "*",
"js-message": "^1.0.5", "js-message": "*",
"node-cmd": "^1.0.1" "node-cmd": "*"
}, },
"devDependencies": {}, "devDependencies": {},
"scripts": { "scripts": {