Comparing version 1.8.0 to 1.8.1
@@ -5,3 +5,3 @@ { | ||
"description": "Jade template runtime", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"keywords": [ | ||
@@ -8,0 +8,0 @@ "template" |
@@ -38,3 +38,3 @@ 'use strict'; | ||
this.pp = options.pretty || false; | ||
if (this.pp === true) { | ||
if (this.pp && typeof this.pp !== 'string') { | ||
this.pp = ' '; | ||
@@ -41,0 +41,0 @@ } |
@@ -91,2 +91,8 @@ 'use strict'; | ||
function parse(str, options){ | ||
if (options.lexer) { | ||
console.warn('Using `lexer` as a local in render() is deprecated and ' | ||
+ 'will be interpreted as an option in Jade 2.0.0'); | ||
} | ||
// Parse | ||
@@ -93,0 +99,0 @@ var parser = new (options.parser || Parser)(str, options.filename, options); |
{ | ||
"name": "jade", | ||
"description": "A clean, whitespace-sensitive template language for writing HTML", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"author": "TJ Holowaychuk <tj@vision-media.ca>", | ||
@@ -22,3 +22,3 @@ "maintainers": [ | ||
"character-parser": "1.2.1", | ||
"commander": "2.3.0", | ||
"commander": "~2.5.0", | ||
"constantinople": "~3.0.1", | ||
@@ -43,3 +43,3 @@ "mkdirp": "~0.5.0", | ||
"less-file": "0.0.9", | ||
"express": "~4.9.5", | ||
"express": "~4.10.4", | ||
"browserify-middleware": "~4.1.0", | ||
@@ -46,0 +46,0 @@ "twbs": "0.0.6", |
Sorry, the diff of this file is too big to display
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
364018
10248
+ Addedcommander@2.5.1(transitive)
- Removedcommander@2.3.0(transitive)
Updatedcommander@~2.5.0