inhabit-module-base
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -97,2 +97,4 @@ "use strict"; | ||
this.deferred.resolve(data); | ||
}; | ||
}; | ||
module.exports = InhabitModuleBase; |
{ | ||
"name": "inhabit-module-base", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A Base Module class for InHabit.", | ||
@@ -5,0 +5,0 @@ "main": "build/InhabitModuleBase.js", |
@@ -98,2 +98,4 @@ "use strict"; | ||
this.deferred.resolve(data); | ||
}; | ||
}; | ||
module.exports = InhabitModuleBase; |
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
32609
200