Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "tv", | ||
"description": "Interactive debug console plugin for hapi", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": "Eran Hammer <eran@hueniverse.com> (http://hueniverse.com)", | ||
@@ -23,3 +23,3 @@ "contributors":[ | ||
"dependencies": { | ||
"hoek": "0.4.x", | ||
"hoek": "0.6.x", | ||
"ws": "0.4.x", | ||
@@ -26,0 +26,0 @@ "handlebars": "1.0.x" |
@@ -39,3 +39,3 @@ // Load modules | ||
server.plugin().allow({ ext: true }).require('../', options, function (err) { | ||
server.plugin.allow({ ext: true }).require('../', options, function (err) { | ||
@@ -42,0 +42,0 @@ expect(err).to.not.exist; |
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
84674
- Removedhoek@0.4.5(transitive)
Updatedhoek@0.6.x