lorem-ipsum
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -10,3 +10,3 @@ var generator = function() { | ||
, format = options.format || 'plain' | ||
, words = require('./dictionary').words | ||
, words = options.words || require('./dictionary').words | ||
, random = options.random || Math.random; | ||
@@ -13,0 +13,0 @@ |
{ | ||
"name": "lorem-ipsum", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Generates passages of lorem ipsum text suitable for use as placeholder copy in web pages, graphics, and more.", | ||
@@ -5,0 +5,0 @@ "author": "Nickolas Kenyeres <nkenyeres@gmail.com> (http://knicklabs.github.com)", |
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
12948
123