From 25cfc2229ae05e29a12b40888af83733d1e5a0d8 Mon Sep 17 00:00:00 2001 From: Sivan Date: Fri, 21 Feb 2020 16:57:35 +0800 Subject: [PATCH] chore: remove devDependency gh-pages --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index b5ccb1b..ab3a2cd 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,6 @@ "build:expanded": "node-sass lib/heti.scss dist/heti.css --output-style=expanded", "build:compressed": "node-sass lib/heti.scss dist/heti.min.css --output-style=compressed", "build": "npm run build:expanded && npm run build:compressed", - "deploy": "gh-pages -d _site", "test": "npx stylelint --config package.json 'lib/**/*.scss'" }, "repository": { @@ -35,7 +34,6 @@ }, "homepage": "https://github.com/sivan/heti#readme", "devDependencies": { - "gh-pages": "^2.2.0", "node-sass": "^4.13.1", "stylelint": "^13.0.0", "stylelint-config-recommended-scss": "^4.1.0",