Skip to content

Commit

Permalink
always allow http with yarn start
Browse files Browse the repository at this point in the history
  • Loading branch information
avermeil committed Jan 30, 2020
1 parent a1bc3ad commit afd7d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"description": "Web page PDF rendering done right. Packaged to an easy API.",
"main": "src/index.js",
"engines": {
"node": "10.x.x"
"node": ">= 10.x.x"
},
"scripts": {
"start": "nodemon --watch ./src -e js src/index.js",
"start": "ALLOW_HTTP=true nodemon --watch ./src -e js src/index.js",
"test": "mocha --timeout 10000 && npm run lint",
"lint": "eslint ."
},
Expand Down

0 comments on commit afd7d75

Please sign in to comment.