moved node-cmd to devDeps
This commit is contained in:
parent
9d9dd746c2
commit
b3bbeece24
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "node-ipc",
|
"name": "node-ipc",
|
||||||
"version": "8.10.1",
|
"version": "8.10.2",
|
||||||
"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": {
|
||||||
|
@ -13,14 +13,14 @@
|
||||||
"colors": "*",
|
"colors": "*",
|
||||||
"event-pubsub": "4.2.3",
|
"event-pubsub": "4.2.3",
|
||||||
"js-message": ">=1.0.5",
|
"js-message": ">=1.0.5",
|
||||||
"js-queue": ">=2.0.0",
|
"js-queue": ">=2.0.0"
|
||||||
"node-cmd": ">=1.2.0"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"codacy-coverage": "^1.1.3",
|
"codacy-coverage": "^1.1.3",
|
||||||
"jasmine": "^2.4.1",
|
"jasmine": "^2.4.1",
|
||||||
"istanbul": "^0.4.1",
|
"istanbul": "^0.4.1",
|
||||||
"codacy-coverage": "^2.0.0"
|
"codacy-coverage": "^2.0.0",
|
||||||
|
"node-cmd": ">=1.2.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test-windows": "istanbul cover -x **/spec/** -dir ./spec/coverage ./node_modules/jasmine/bin/jasmine.js",
|
"test-windows": "istanbul cover -x **/spec/** -dir ./spec/coverage ./node_modules/jasmine/bin/jasmine.js",
|
||||||
|
|
Loading…
Reference in a new issue