Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "word-wrap", | ||
"description": "Wrap words to a specified length.", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"homepage": "https://github.com/jonschlinkert/word-wrap", | ||
@@ -16,2 +16,3 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"main": "index.js", | ||
"typings": "index.d.ts", | ||
"engines": { | ||
@@ -55,6 +56,6 @@ "node": ">=0.8" | ||
"list": [ | ||
"wordcount", | ||
"common-words", | ||
"shuffle-words", | ||
"unique-words", | ||
"common-words", | ||
"shuffle-words" | ||
"wordcount" | ||
] | ||
@@ -61,0 +62,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
8811