Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Faria <leonardofaria@gmail.com>2020-07-13 01:42:21 +0300
committerLeonardo Faria <leonardofaria@gmail.com>2020-07-13 01:42:21 +0300
commit1c5f68fc3cab5f7f5913515efbac42b9c32d2435 (patch)
treef49815e6fd86693afaff648284247973973f8723 /package.json
parentbfd6453e8977b01da253595232b2437d850aea46 (diff)
Remove gh-pages
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/package.json b/package.json
index 8be09d7..ead971c 100644
--- a/package.json
+++ b/package.json
@@ -11,15 +11,12 @@
"dev:example": "hugo server -s exampleSite --themesDir=../.. --disableFastRender",
"build": "hugo --gc --minify",
"build:example": "hugo --gc --minify -s exampleSite --themesDir=../..",
- "deploy": "gh-pages -d public -b dist",
- "deploy:example": "gh-pages -d exampleSite/public -b dist",
"start": "hugo --gc"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.3.0",
"@tailwindcss/ui": "^0.3.1",
"autoprefixer": "^9.8.5",
- "gh-pages": "^3.1.0",
"postcss": "^7.0.32",
"postcss-cli": "^7.1.1",
"postcss-import": "^12.0.1",