broadway-handlebars
Advanced tools
Comparing version 0.1.8 to 0.1.9
var _ = require('lodash'), | ||
handlebars = require('tommydudebreaux-handlebars'), | ||
handlebars = (require('tommydudebreaux-handlebars')), // parens will prevent browserify from packaging. | ||
defaultViewResolver = require('./viewresolver'); | ||
// for browserify, if not defined, then we are in browserify and we need to load the client one. | ||
if (!handlebars) { | ||
handlebars = require('handlebars-browserify'); | ||
} | ||
var bwHandlebars = function() { }; | ||
@@ -6,0 +11,0 @@ |
{ | ||
"name": "broadway-handlebars", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"main": "index", | ||
@@ -36,2 +36,3 @@ "description": "Plugin for flatiron/broadway for rendering with the handlebars view engine.", | ||
"tommydudebreaux-handlebars": "*", | ||
"handlebars-browserify": "*", | ||
"broadway": "*", | ||
@@ -38,0 +39,0 @@ "findit": "*", |
@@ -33,4 +33,5 @@ var http = require('http'), | ||
app.templates(function(err, dict) { | ||
console.log("Templates"); | ||
console.log(dict); | ||
tests.splice(1,1); | ||
tests.splice(0,1); | ||
}); | ||
@@ -37,0 +38,0 @@ |
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
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
9809
265
6
7
+ Addedhandlebars-browserify@*
+ Addedhandlebars-browserify@0.0.0(transitive)
+ Addeduglify-js@1.2.6(transitive)