Comparing version 0.3.0 to 0.3.1
/** | ||
* longest <https://github.com/jonschlinkert/longest> | ||
* | ||
* Copyright (c) 2014 Jon Schlinkert | ||
* Copyright (c) 2014-2015, Jon Schlinkert. | ||
* Licensed under the MIT license. | ||
@@ -6,0 +6,0 @@ */ |
{ | ||
"name": "longest", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Get the longest item in an array.", | ||
@@ -19,5 +19,8 @@ "homepage": "https://github.com/jonschlinkert/longest", | ||
"type": "MIT", | ||
"url": "https://github.com/jonschlinkert/longest/blob/master/LICENSE-MIT" | ||
"url": "https://github.com/jonschlinkert/longest/blob/master/LICENSE" | ||
}, | ||
"main": "index.js", | ||
"files": [ | ||
"index.js" | ||
], | ||
"scripts": { | ||
@@ -30,5 +33,4 @@ "test": "mocha" | ||
"devDependencies": { | ||
"fill-range": "^0.2.0", | ||
"mocha": "*", | ||
"should": "^4.3.0" | ||
"fill-range": "^1.4.0", | ||
"mocha": "*" | ||
}, | ||
@@ -35,0 +37,0 @@ "keywords": [ |
@@ -44,3 +44,3 @@ # longest [![NPM version](https://badge.fury.io/js/longest.svg)](http://badge.fury.io/js/longest) | ||
## License | ||
Copyright (c) 2014 Jon Schlinkert | ||
Copyright (c) 2014-2015 Jon Schlinkert | ||
Released under the MIT license | ||
@@ -50,2 +50,2 @@ | ||
_This file was generated by [verb](https://github.com/assemble/verb) on November 28, 2014._ | ||
_This file was generated by [verb](https://github.com/assemble/verb) on January 21, 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
2
2381
3
29