Skip to content

Commit

Permalink
Merge branch 'master' into native-esm
Browse files Browse the repository at this point in the history
# Conflicts:
#	.travis.yml
  • Loading branch information
abdonrd committed Jul 20, 2020
2 parents 7ca461f + 49e230d commit cda1862
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
github: epoberezkin
tidelift: "npm/fast-json-stable-stringify"
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- "10"
- "12"
- "13"
- 10
- 12
- 14
after_script:
- coveralls < coverage/lcov.info
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,8 @@
"lcov",
"text-summary"
]
},
"engines": {
"node": ">=10"
}
}

0 comments on commit cda1862

Please sign in to comment.