Skip to content

Commit

Permalink
fix: update scripts, allow node >=8.10 (b/c aws)
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 d71ff4b commit fde60f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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
10 changes: 6 additions & 4 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/package-json": "^1.0.1",
Expand Down Expand Up @@ -70,4 +72,4 @@
"recommended-bump"
]
}
}
}

0 comments on commit fde60f6

Please sign in to comment.