Comparing version 0.1.7 to 0.1.8
@@ -10,4 +10,4 @@ /** | ||
module.exports = function main(userConfig) { | ||
nconf.use('literal', userConfig); | ||
require('./gulpfile'); | ||
nconf.use('literal', userConfig); | ||
}; | ||
@@ -14,0 +14,0 @@ |
{ | ||
"name": "pagegenjs", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "Page generator using JavaScript on client and server.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
166113