Comparing version 0.1.15 to 0.1.16
@@ -6,6 +6,4 @@ /** | ||
const gulp = require('gulp'); | ||
module.exports = function main(userConfig) { | ||
const nconf = require('./config')(userConfig); | ||
require('./config')(userConfig); | ||
require('./gulpfile'); | ||
@@ -15,3 +13,5 @@ }; | ||
module.exports.run = function run(task) { | ||
const gulp = require('gulp'); | ||
gulp.start(task || 'default'); | ||
}; |
{ | ||
"name": "pagegenjs", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"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
163740