File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ _(TOC generated by [verb](https://github.com/verbose/verb) using [markdown-toc](
55
55
56
56
## Install
57
57
58
- This project requires [ ** Node.js** ] ( https://nodejs.org ) ** ^8.11 .0 || >=10.13.0** . Install it using
58
+ This project requires [ ** Node.js** ] ( https://nodejs.org ) ** ^8.10 .0 || >=10.13.0** . Install it using
59
59
[ ** yarn** ] ( https://yarnpkg.com ) or [ ** npm** ] ( https://npmjs.com ) .
60
60
_ We highly recommend to use Yarn when you think to contribute to this project._
61
61
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"docs" : " docks --outfile .verb.md && verb" ,
8
8
"lint" : " eslint '**/*.js' --cache --fix --quiet --format codeframe" ,
9
+ "test-only" : " asia -r esm" ,
9
10
"test" : " nyc asia" ,
10
- "commit" : " yarn lint && yarn test && yarn dry" ,
11
- "dry" : " git add -A && git status --porcelain && gitcommit -sS" ,
11
+ "precommit" : " yarn run lint && yarn run test-only" ,
12
+ "commit" : " yarn dry" ,
13
+ "dry" : " git add -A && git status --porcelain && gitcommit" ,
12
14
"release" : " tunnckocore-release"
13
15
},
14
16
"engines" : {
15
- "node" : " ^8.11 .0 || >=10.13.0"
17
+ "node" : " ^8.10 .0 || >=10.13.0"
16
18
},
17
19
"dependencies" : {
18
20
"@tunnckocore/package-json" : " ^1.0.1" ,
70
72
" recommended-bump"
71
73
]
72
74
}
73
- }
75
+ }
You can’t perform that action at this time.
0 commit comments