Comparing version 0.3.4 to 0.3.5
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
## 0.3.5 - 2015-04-12 | ||
### Added | ||
- add istanbul for code coverage. | ||
## 0.3.4 - 2015-04-12 | ||
@@ -5,0 +9,0 @@ ### Changed |
{ | ||
"name": "apply-or", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "Invoke .apply if value is a function, otherwise, return default value.", | ||
@@ -9,3 +9,4 @@ "main": "index.js", | ||
"standard": "standard", | ||
"test": "npm run standard && node test | tap-spec" | ||
"test": "npm run standard && node test.js | tap-spec", | ||
"cover": "istanbul cover test.js" | ||
}, | ||
@@ -33,2 +34,3 @@ "repository": { | ||
"devDependencies": { | ||
"istanbul": "^0.3.13", | ||
"nodemon": "^1.3.7", | ||
@@ -35,0 +37,0 @@ "standard": "^3.3.0", |
@@ -1,9 +0,13 @@ | ||
# apply-or | ||
# apply-or [![Build Status](http://img.shields.io/travis/wilmoore/apply-or.js.svg)](https://travis-ci.org/wilmoore/apply-or.js) [![Code Climate](https://codeclimate.com/github/wilmoore/apply-or.js/badges/gpa.svg)](https://codeclimate.com/github/wilmoore/apply-or.js) [![Dependency Status](https://gemnasium.com/wilmoore/apply-or.js.svg)](https://gemnasium.com/wilmoore/apply-or.js) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard) | ||
[![npm](https://img.shields.io/npm/v/apply-or.svg)](https://www.npmjs.org/package/apply-or) [![NPM downloads](http://img.shields.io/npm/dm/apply-or.svg)](https://www.npmjs.org/package/apply-or) [![Dependency Status](https://gemnasium.com/wilmoore/apply-or.js.svg)](https://gemnasium.com/wilmoore/apply-or.js) [![Code Climate](https://codeclimate.com/github/wilmoore/apply-or.js/badges/gpa.svg)](https://codeclimate.com/github/wilmoore/apply-or.js) [![Build Status](http://img.shields.io/travis/wilmoore/apply-or.js.svg)](https://travis-ci.org/wilmoore/apply-or.js) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard) | ||
> Invoke .apply if value is a function, otherwise, return default value. | ||
$ npm install apply-or --save | ||
###### npm install | ||
npm install apply-or --save | ||
###### npm stats | ||
[![npm](https://img.shields.io/npm/v/apply-or.svg)](https://www.npmjs.org/package/apply-or) [![NPM downloads](http://img.shields.io/npm/dm/apply-or.svg)](https://www.npmjs.org/package/apply-or) | ||
## Why? | ||
@@ -10,0 +14,0 @@ |
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
5198
46
6