Comparing version 1.2.1 to 1.2.2
/*! | ||
* word-wrap <https://github.com/jonschlinkert/word-wrap> | ||
* | ||
* Copyright (c) 2014-2015, Jon Schlinkert. | ||
* Licensed under the MIT License. | ||
* | ||
* @attribution | ||
* Adapted from http://james.padolsey.com/javascript/wordwrap-for-javascript/ | ||
* Copyright (c) 2014-2015, 2017, Jon Schlinkert. | ||
* Released under the MIT License. | ||
*/ | ||
@@ -10,0 +7,0 @@ |
{ | ||
"name": "word-wrap", | ||
"description": "Wrap words to a specified length.", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"homepage": "https://github.com/jonschlinkert/word-wrap", | ||
"author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"contributors": [ | ||
"Danilo Sampaio <danilo.sampaio@gmail.com> (localhost:8080)", | ||
"Fede Ramirez <i@2fd.me> (https://2fd.github.io)", | ||
"Joe Hildebrand <joe-github@cursive.net> (https://twitter.com/hildjj)", | ||
"Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)", | ||
"Todd Kennedy (https://tck.io)", | ||
"Waldemar Reusch (https://github.com/lordvlad)", | ||
"Wolfgang Faust (http://www.linestarve.com)", | ||
"Zach Hale <zachhale@gmail.com> (http://zachhale.com)" | ||
], | ||
"repository": "jonschlinkert/word-wrap", | ||
@@ -16,5 +26,4 @@ "bugs": { | ||
"main": "index.js", | ||
"typings": "index.d.ts", | ||
"engines": { | ||
"node": ">=0.8" | ||
"node": ">=0.10.0" | ||
}, | ||
@@ -42,2 +51,3 @@ "scripts": { | ||
], | ||
"typings": "index.d.ts", | ||
"verb": { | ||
@@ -44,0 +54,0 @@ "toc": false, |
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
9231
39