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 d2314fd commit 098dff8Copy full SHA for 098dff8
.travis.yml
@@ -1,5 +1,5 @@
1
language: node_js
2
node_js:
3
- - "8"
+ - "10"
4
env:
5
- ALLOW_HTTP=true
package.json
@@ -4,7 +4,7 @@
"description": "Web page PDF rendering done right. Packaged to an easy API.",
"main": "src/index.js",
6
"engines": {
7
- "node": "8.x.x"
+ "node": "10.x.x"
8
},
9
"scripts": {
10
"start": "nodemon --watch ./src -e js src/index.js",
0 commit comments