Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
7728e1b1
Commit
7728e1b1
authored
May 15, 2017
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: heroku install text
[ci skip]
parent
8b89c2bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
install.js
npm/install.js
+1
-1
package.json
npm/package.json
+1
-1
No files found.
npm/install.js
View file @
7728e1b1
...
...
@@ -215,7 +215,7 @@ const tasks = {
// INSTALL SEQUENCE
// =====================================================
if
(
!
process
.
env
.
I
S_HEROKU
&&
!
process
.
env
.
WIKI_JS_DOCKER
)
{
if
(
!
process
.
env
.
WIKI_J
S_HEROKU
&&
!
process
.
env
.
WIKI_JS_DOCKER
)
{
console
.
info
(
colors
.
yellow
(
' __ __ _ _ _ _
\
n'
+
'/ / /
\\
\\
(_) | _(_) (_)___
\
n'
+
...
...
npm/package.json
View file @
7728e1b1
{
"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"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment