We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184b83d commit 45b0e53Copy full SHA for 45b0e53
.travis.yml
@@ -1,6 +1,6 @@
1
language: node_js
2
node_js:
3
- - '8'
+ - '10'
4
script:
5
- npm test
6
- npm run build-dist
package.json
@@ -26,7 +26,7 @@
26
"url": "git+https://github.com/mkay581/wait-for-element-transition.git"
27
},
28
"engines": {
29
- "node": ">=8.11.0"
+ "node": ">=10.16"
30
31
"author": "Mark Kennedy <mark@heyimmark.com> (heyimmark.com)",
32
"keywords": [
0 commit comments