File tree Expand file tree Collapse file tree 3 files changed +5
-36
lines changed Expand file tree Collapse file tree 3 files changed +5
-36
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/).
66Commit convention is based on [ Conventional Commits] ( http://conventionalcommits.org ) .
77Change 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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments