Skip to content

Commit 3bd0051

Browse files
authored
chore: rm site (#178)
* chore: remove npm scripts, dev dependencies, and source files related to deprecated doc site * update changelog [skip ci]
1 parent 91ee3b7 commit 3bd0051

File tree

3 files changed

+5
-36
lines changed

3 files changed

+5
-36
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/).
66
Commit convention is based on [Conventional Commits](http://conventionalcommits.org).
77
Change log format is based on [Keep a Changelog](http://keepachangelog.com/).
88

9+
## Unreleased
10+
11+
### Misc
12+
- removed npm scripts, dev dependencies, and source files related to deprecated doc site
13+
914
## [6.0.4](https://github.com/ungoldman/gh-release/compare/v6.0.3...v6.0.4) - 2022-04-14
1015

1116
### Changed

docs/layout.html

Lines changed: 0 additions & 24 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,9 @@
3434
"yargs": "^17.0.0"
3535
},
3636
"devDependencies": {
37-
"gh-pages": "^4.0.0",
3837
"git-pull-or-clone": "^2.0.1",
3938
"npm-run-all": "^4.1.5",
4039
"rimraf": "^3.0.2",
41-
"serve": "^13.0.2",
42-
"sitedown": "^5.0.0",
4340
"snazzy": "^9.0.0",
4441
"standard": "^17.0.0",
4542
"tap-arc": "^0.3.4",
@@ -69,17 +66,8 @@
6966
"node": ">=12"
7067
},
7168
"scripts": {
72-
"gh-pages": "npm run site && gh-pages -d site",
7369
"pretest": "standard | snazzy",
7470
"release": "./bin/cli.js && npm publish",
75-
"serve": "run-p serve:*",
76-
"serve:site": "serve site",
77-
"serve:watch": "npm run site:html -- -w",
78-
"site": "run-s site:*",
79-
"site:clean": "rm -rf site",
80-
"site:html": "sitedown -b site -l docs/layout.html",
81-
"site:img": "cp *.png site/",
82-
"start": "run-s site serve",
8371
"test": "tape test/*.js | tap-arc"
8472
}
8573
}

0 commit comments

Comments
 (0)