Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "executive", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Elegant command execution.", | ||
@@ -5,0 +5,0 @@ "main": "lib/", |
@@ -1,2 +0,2 @@ | ||
# executive [![Build Status](https://travis-ci.org/zeekay/executive.svg?branch=master)](https://travis-ci.org/zeekay/executive) [![npm version](https://badge.fury.io/js/executive.svg)](https://badge.fury.io/js/executive) | ||
# executive [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![NPM version][npm-image]][npm-url] [![Gitter chat][gitter-image]][gitter-url] | ||
@@ -156,1 +156,12 @@ An elegant `child_process.spawn`. Automatically pipes `stderr` and `stdout` for | ||
You can find more usage examples in the [tests](test/test.coffee). | ||
[travis-url]: https://travis-ci.org/zeekay/executive | ||
[travis-image]: https://img.shields.io/travis/zeekay/executive.svg | ||
[coveralls-url]: https://coveralls.io/r/zeekay/executive/ | ||
[coveralls-image]: https://img.shields.io/coveralls/zeekay/executive.svg | ||
[npm-url]: https://www.npmjs.com/package/executive | ||
[npm-image]: https://img.shields.io/npm/v/executive.svg | ||
[downloads-image]: https://img.shields.io/npm/dm/executive.svg | ||
[downloads-url]: http://badge.fury.io/js/executive | ||
[gitter-image]: https://badges.gitter.im/zeekay/say-hi.svg | ||
[gitter-url]: https://gitter.im/zeekay/say-hi |
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
17247
167