Skip to content

Commit

Permalink
Updates engines (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Jun 25, 2018
1 parent 82bd9a3 commit a40b346
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "8"
- "10"
after_success:
- npm run coveralls
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM telemark/docker-node-unoconv:8.11.2@sha256:a0ccd23cec011eb679b5b8f32f068193133f008fed1f2acfb7f279d8793eb1fd
FROM telemark/docker-node-unoconv:10.5.0

#### Begin setup ####

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
],
"main": "index.js",
"engines": {
"node": ">=8.11.3"
"node": ">=10.5.0"
},
"scripts": {
"test": "standard && nsp check && ava",
"test": "standard && npm audit && ava",
"test-offline": "standard && ava",
"coverage": "nyc ava",
"coveralls": "nyc ava && nyc report --reporter=lcov && cat coverage/lcov.info | coveralls",
Expand All @@ -32,8 +32,9 @@
"keywords": [
"tfk",
"Telemark fylkeskommune",
"Pdf",
"MinElev"
"pdf",
"docx",
"convert"
],
"repository": {
"type": "git",
Expand All @@ -46,7 +47,6 @@
"devDependencies": {
"ava": "0.25.0",
"coveralls": "3.0.1",
"nsp": "3.2.1",
"nyc": "12.0.2",
"standard": "11.0.1"
},
Expand Down

0 comments on commit a40b346

Please sign in to comment.