Comparing version 0.1.1 to 0.1.2
@@ -63,3 +63,3 @@ /** | ||
![How it works](http://githubraw.herokuapp.com/davedoesdev/cp-remote/master/diagrams/how_it_works.svg) | ||
![How it works](http://rawgit.davedoesdev.com/davedoesdev/cp-remote/master/diagrams/how_it_works.svg) | ||
@@ -101,3 +101,3 @@ - `cp-remote` calls [`child_process.spawn`](http://nodejs.org/api/child_process.html#child_process_child_process_spawn_command_args_options) to run a Bash script, [`cp-remote.sh`](cp-remote.sh). The IPC channel will be on `$NODE_CHANNEL_FD`. | ||
[Instanbul](http://gotwarlost.github.io/istanbul/) results are available [here](http://githubraw.herokuapp.com/davedoesdev/cp-remote/master/coverage/lcov-report/index.html). | ||
[Instanbul](http://gotwarlost.github.io/istanbul/) results are available [here](http://rawgit.davedoesdev.com/davedoesdev/cp-remote/master/coverage/lcov-report/index.html). | ||
@@ -104,0 +104,0 @@ Coveralls page is [here](https://coveralls.io/r/davedoesdev/cp-remote). |
{ | ||
"name": "cp-remote", | ||
"description": "Remote child_process runner with message support", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"homepage": "https://github.com/davedoesdev/cp-remote", | ||
@@ -18,8 +18,3 @@ "author": { | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/davedoesdev/cp-remote/blob/master/LICENCE" | ||
} | ||
], | ||
"license": "MIT", | ||
"main": "index.js", | ||
@@ -43,14 +38,14 @@ "scripts": { | ||
"devDependencies": { | ||
"async": "~0.9.0", | ||
"async": "~1.0.0", | ||
"grunt": "~0.4.5", | ||
"grunt-cli": "~0.1.13", | ||
"grunt-jslint": "~1.1.12", | ||
"grunt-jslint": "~1.1.14", | ||
"grunt-cafe-mocha": "~0.1.13", | ||
"grunt-apidox": "~0.1.4", | ||
"chai": "~1.10.0", | ||
"istanbul": "~0.3.5", | ||
"grunt-apidox": "~0.1.7", | ||
"chai": "~2.3.0", | ||
"istanbul": "~0.3.14", | ||
"grunt-exec": "~0.4.6", | ||
"coveralls": "~2.11.2", | ||
"yargs": "~2.1.1" | ||
"yargs": "~3.10.0" | ||
} | ||
} |
@@ -62,3 +62,3 @@ # cp-remote [![Build Status](https://travis-ci.org/davedoesdev/cp-remote.png)](https://travis-ci.org/davedoesdev/cp-remote) [![Coverage Status](https://coveralls.io/repos/davedoesdev/cp-remote/badge.png?branch=master)](https://coveralls.io/r/davedoesdev/cp-remote?branch=master) [![NPM version](https://badge.fury.io/js/cp-remote.png)](http://badge.fury.io/js/cp-remote) | ||
![How it works](http://githubraw.herokuapp.com/davedoesdev/cp-remote/master/diagrams/how_it_works.svg) | ||
![How it works](http://rawgit.davedoesdev.com/davedoesdev/cp-remote/master/diagrams/how_it_works.svg) | ||
@@ -100,3 +100,3 @@ - `cp-remote` calls [`child_process.spawn`](http://nodejs.org/api/child_process.html#child_process_child_process_spawn_command_args_options) to [run](#runhost-module_path) a Bash script, [`cp-remote.sh`](cp-remote.sh). The IPC channel will be on `$NODE_CHANNEL_FD`. | ||
[Instanbul](http://gotwarlost.github.io/istanbul/) results are available [here](http://githubraw.herokuapp.com/davedoesdev/cp-remote/master/coverage/lcov-report/index.html). | ||
[Instanbul](http://gotwarlost.github.io/istanbul/) results are available [here](http://rawgit.davedoesdev.com/davedoesdev/cp-remote/master/coverage/lcov-report/index.html). | ||
@@ -103,0 +103,0 @@ Coveralls page is [here](https://coveralls.io/r/davedoesdev/cp-remote). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28
632
92012