Skip to content

Commit

Permalink
p3x-robot sunday release 2018-5-11 23:21:36
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed May 11, 2018
1 parent 76f2f24 commit ae7ac08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ http://gitlist.patrikx3.com/

## Requirements
For the build on your workstation (themes):
* ```NodeJs``` >= 7.8
* ```Bower``` and ```Grunt``` (npm install -g bower grunt-cli)
* ```NodeJs``` >= 10
* ```Bower``` and ```Grunt``` (npm install -g npm grunt-cli)

In order to run GitList on your server, you'll need:

Expand All @@ -63,7 +63,7 @@ If you just want to get the project dependencies, instead of building everything
git clone https://github.com/patrikx3/gitlist.git
curl -s http://getcomposer.org/installer | php
php composer.phar install
npm i -g npm
sudo npm install -g npm grunt-cli
npm install
grunt
npm run webpack
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"watch": "webpack --watch"
},
"description": "🤖 P3X Gitlist",
"version": "1.1.3",
"version": "1.1.4",
"main": "index.js",
"repository": "https://github.com/patrikx3/gitlist",
"author": "patrikx3 <[email protected]>",
Expand Down

0 comments on commit ae7ac08

Please sign in to comment.