Comparing version 1.2.18 to 1.2.19
@@ -20,2 +20,3 @@ /* | ||
const config = require("./helpers/config"); | ||
const Validator = require("./helpers/validator"); | ||
// end dependencies | ||
@@ -38,2 +39,3 @@ //define a global variable | ||
this.classesRoutes = {}; | ||
this.Validator = Validator; | ||
const self = this; | ||
@@ -40,0 +42,0 @@ // define handlebars as property in grandjs |
{ | ||
"name": "grandjs", | ||
"version": "1.2.18", | ||
"version": "1.2.19", | ||
"description": "A backend framework for solid web apps based on node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
111560
16
1557