Skip to content

Commit

Permalink
chore: rm site (#178)
Browse files Browse the repository at this point in the history
* chore: remove npm scripts, dev dependencies, and source files related to deprecated doc site

* update changelog [skip ci]
  • Loading branch information
ungoldman authored Jun 7, 2022
1 parent 91ee3b7 commit 3bd0051
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 36 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/).
Commit convention is based on [Conventional Commits](http://conventionalcommits.org).
Change log format is based on [Keep a Changelog](http://keepachangelog.com/).

## Unreleased

### Misc
- removed npm scripts, dev dependencies, and source files related to deprecated doc site

## [6.0.4](https://github.com/ungoldman/gh-release/compare/v6.0.3...v6.0.4) - 2022-04-14

### Changed
Expand Down
24 changes: 0 additions & 24 deletions docs/layout.html

This file was deleted.

12 changes: 0 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,9 @@
"yargs": "^17.0.0"
},
"devDependencies": {
"gh-pages": "^4.0.0",
"git-pull-or-clone": "^2.0.1",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"serve": "^13.0.2",
"sitedown": "^5.0.0",
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"tap-arc": "^0.3.4",
Expand Down Expand Up @@ -69,17 +66,8 @@
"node": ">=12"
},
"scripts": {
"gh-pages": "npm run site && gh-pages -d site",
"pretest": "standard | snazzy",
"release": "./bin/cli.js && npm publish",
"serve": "run-p serve:*",
"serve:site": "serve site",
"serve:watch": "npm run site:html -- -w",
"site": "run-s site:*",
"site:clean": "rm -rf site",
"site:html": "sitedown -b site -l docs/layout.html",
"site:img": "cp *.png site/",
"start": "run-s site serve",
"test": "tape test/*.js | tap-arc"
}
}

0 comments on commit 3bd0051

Please sign in to comment.