Skip to content

Commit

Permalink
fix: update scripts, allow Node >=8.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Charlike Mike Reagent <mameto2011@gmail.com>
  • Loading branch information
Charlike Mike Reagent committed Nov 18, 2018
1 parent 970e5e7 commit e7f4746
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ _(TOC generated by [verb](https://github.com/verbose/verb) using [markdown-toc](

## Install

This project requires [**Node.js**](https://nodejs.org) **^8.11.0 || >=10.13.0**. Install it using
This project requires [**Node.js**](https://nodejs.org) **^8.10.0 || >=10.13.0**. Install it using
[**yarn**](https://yarnpkg.com) or [**npm**](https://npmjs.com).
_We highly recommend to use Yarn when you think to contribute to this project._

Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@
"scripts": {
"docs": "docks --outfile .verb.md && verb",
"lint": "eslint '**/*.js' --cache --fix --quiet --format codeframe",
"test-only": "asia -r esm",
"test": "nyc asia",
"commit": "yarn lint && yarn test && yarn dry",
"dry": "git add -A && git status --porcelain && gitcommit -sS",
"precommit": "yarn run lint && yarn run test-only",
"commit": "yarn dry",
"dry": "git add -A && git status --porcelain && gitcommit",
"release": "tunnckocore-release"
},
"engines": {
"node": "^8.11.0 || >=10.13.0"
"node": "^8.10.0 || >=10.13.0"
},
"dependencies": {
"@tunnckocore/git-semver-tags": "^0.2.0",
Expand Down

0 comments on commit e7f4746

Please sign in to comment.