Commit 7728e1b1 authored by NGPixel's avatar NGPixel

fix: heroku install text

[ci skip]
parent 8b89c2bb
...@@ -215,7 +215,7 @@ const tasks = { ...@@ -215,7 +215,7 @@ const tasks = {
// INSTALL SEQUENCE // INSTALL SEQUENCE
// ===================================================== // =====================================================
if (!process.env.IS_HEROKU && !process.env.WIKI_JS_DOCKER) { if (!process.env.WIKI_JS_HEROKU && !process.env.WIKI_JS_DOCKER) {
console.info(colors.yellow( console.info(colors.yellow(
' __ __ _ _ _ _ \n' + ' __ __ _ _ _ _ \n' +
'/ / /\\ \\ (_) | _(_) (_)___ \n' + '/ / /\\ \\ (_) | _(_) (_)___ \n' +
......
{ {
"name": "wiki.js", "name": "wiki.js",
"version": "1.0.0-beta.12.1", "version": "1.0.0-beta.12.2",
"description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown", "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
"main": "install.js", "main": "install.js",
"scripts": { "scripts": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment