ghost-static
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -63,3 +63,3 @@ #!/usr/bin/env node | ||
this.tmpFolder = path.resolve('tmp') | ||
this.replaceUrls = flags.toReplace ? flags.toReplace.replace(/\s/g, '').split(',').join('|') : [this.publishURL] | ||
this.replaceUrls = flags.toReplace ? flags.toReplace.replace(/\s/g, '').split(',').join('|') : [this.localURL] | ||
@@ -66,0 +66,0 @@ console.log('----') |
{ | ||
"name": "ghost-static", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "A tool to convert you Ghost blog to a static website", | ||
@@ -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
7775