Skip to content

Commit

Permalink
build(deps): update standard-version
Browse files Browse the repository at this point in the history
  • Loading branch information
bchrobot committed Oct 9, 2020
1 parent f1d0938 commit 002c395
Show file tree
Hide file tree
Showing 2 changed files with 428 additions and 227 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"doc:html": "typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs",
"doc:json": "typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json",
"doc:publish": "gh-pages -m \"[ci skip] Updates\" -d build/docs",
"version": "standard-version",
"release": "standard-version",
"reset": "git clean -dfx && git reset --hard && npm i",
"clean": "trash build test",
"all": "run-s reset test cov:check doc:html",
Expand All @@ -41,7 +41,7 @@
"cov": "Rebuild, run tests, then create and open the coverage report",
"doc": "Generate HTML API documentation and open it in a browser",
"doc:json": "Generate API documentation in typedoc JSON format",
"version": "Bump package.json version, update CHANGELOG.md, tag release",
"release": "Bump package.json version, update CHANGELOG.md, tag release",
"reset": "Delete all untracked files and reset the repo to the last commit",
"prepare-release": "One-step: clean, build, test, publish docs, and prep a release"
},
Expand All @@ -65,7 +65,7 @@
"opn-cli": "^4.0.0",
"prettier": "^1.15.2",
"run-s": "^0.0.0",
"standard-version": "^7.0.0",
"standard-version": "^9.0.0",
"trash-cli": "^1.4.0",
"tslint": "^5.11.0",
"tslint-config-airbnb": "^5.11.2",
Expand Down
Loading

0 comments on commit 002c395

Please sign in to comment.