object.pick
Advanced tools
Comparing version 1.1.0 to 1.1.1
/*! | ||
* object.pick <https://github.com/jonschlinkert/object.pick> | ||
* | ||
* Copyright (c) 2014 Jon Schlinkert, contributors. | ||
* Copyright (c) 2014-2015 Jon Schlinkert, contributors. | ||
* Licensed under the MIT License | ||
@@ -6,0 +6,0 @@ */ |
{ | ||
"name": "object.pick", | ||
"description": "Returns a filtered copy of an object with only the specified keys, like `pick` from lo-dash / underscore.", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"homepage": "https://github.com/jonschlinkert/object.pick", | ||
@@ -19,4 +19,5 @@ "author": { | ||
"type": "MIT", | ||
"url": "https://github.com/jonschlinkert/object.pick/blob/master/LICENSE-MIT" | ||
"url": "https://github.com/jonschlinkert/object.pick/blob/master/LICENSE" | ||
}, | ||
"files":[ "index.js"], | ||
"main": "index.js", | ||
@@ -27,3 +28,3 @@ "engines": { | ||
"scripts": { | ||
"test": "mocha -R spec" | ||
"test": "mocha" | ||
}, | ||
@@ -30,0 +31,0 @@ "devDependencies": { |
@@ -42,3 +42,3 @@ # object.pick [![NPM version](https://badge.fury.io/js/object.pick.svg)](http://badge.fury.io/js/object.pick) [![Build Status](https://travis-ci.org/jonschlinkert/object.pick.svg)](https://travis-ci.org/jonschlinkert/object.pick) | ||
## License | ||
Copyright (c) 2014 Jon Schlinkert | ||
Copyright (c) 2015-2015 Jon Schlinkert | ||
Released under the MIT license | ||
@@ -48,2 +48,2 @@ | ||
_This file was generated by [verb](https://github.com/assemble/verb) on December 20, 2014._ | ||
_This file was generated by [verb](https://github.com/assemble/verb) on February 13, 2015._ |
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
2509
3