Browse Source

fix: heroku install text

[ci skip]
pull/107/head
NGPixel 7 years ago
parent
commit
7728e1b1ab
2 changed files with 2 additions and 2 deletions
  1. 2
      npm/install.js
  2. 2
      npm/package.json

2
npm/install.js

@ -215,7 +215,7 @@ const tasks = {
// 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(
' __ __ _ _ _ _ \n' +
'/ / /\\ \\ (_) | _(_) (_)___ \n' +

2
npm/package.json

@ -1,6 +1,6 @@
{
"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",
"main": "install.js",
"scripts": {

Loading…
Cancel
Save