mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
v.0.1.4
This commit is contained in:
parent
17cd85327b
commit
4e7446c52a
3 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ gitfolio build <username>
|
|||
```
|
||||
`<username>` is your username on github. This will build your website using your GitHub username and put it in the `/dist` folder.
|
||||
|
||||
To run your website use `run` command (please refrain from using this for now)
|
||||
To run your website use `run` command
|
||||
|
||||
```sh
|
||||
gitfolio run
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "gitfolio",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "gitfolio",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"description": "a portfolio website for everyone to showcase your work",
|
||||
"main": "build.js",
|
||||
"bin": "bin/gitfolio.js",
|
||||
|
|
Loading…
Reference in a new issue