Skip to content

Commit

Permalink
chore(dep): Update dependencies and minimal node version to 8 BREAKING
Browse files Browse the repository at this point in the history
Update dependencies

Dropping Node 6 support, minimal version is 8.12.0
  • Loading branch information
leguellec committed Nov 26, 2019
1 parent 54d75e1 commit 445c078
Show file tree
Hide file tree
Showing 14 changed files with 2,557 additions and 1,841 deletions.
17 changes: 17 additions & 0 deletions .jsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"source":{
"include": ["src"]
},
"plugins": ["plugins/markdown"],
"markdown": {
"idInHeadings": true
},
"opts": {
"template": "node_modules/minami",
"destination": "_doc/",
"recurse": true,
"readme": "README.md"
}
}


2 changes: 1 addition & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
README.tpl.md:
- readme
- yarn readme
- git add

"*.feature":
Expand Down
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
language: node_js
node_js:
- '6'
- '8'
- '10'
- '11'
- '12'
- '13'
env:
- CUMCUMBER_VERSION=4.x
- CUMCUMBER_VERSION=5.x
- CUMCUMBER_VERSION=6.x
script:
- yarn add cucumber@${CUMCUMBER_VERSION}
- yarn run lint
Expand Down

0 comments on commit 445c078

Please sign in to comment.