Skip to content
This repository has been archived by the owner on Apr 12, 2020. It is now read-only.

Commit

Permalink
Merge ca7955e into 7fa4302
Browse files Browse the repository at this point in the history
  • Loading branch information
resir014 committed Sep 19, 2018
2 parents 7fa4302 + ca7955e commit 3b15856
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
language: node_js
dist: xenial
sudo: required

node_js:
- "10"

addons:
apt:
packages:
- libluajit-5.1-dev

script:
- npm run lint
- npm run test/coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"imagemin-pngquant": "^6.0.0",
"jest": "^23.5.0",
"node-fetch": "^2.2.0",
"node-lua-updated": "^1.0.0",
"node-lua": "github:adaxi/node-lua",
"rimraf": "^2.6.2",
"sharp": "^0.20.8"
}
Expand Down
2 changes: 1 addition & 1 deletion src/update/updater.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const imagemin = require('imagemin');
const imageminJpegtran = require('imagemin-jpegtran');
const imageminPngquant = require('imagemin-pngquant');
const fetch = require('node-fetch');
const Lua = require('node-lua-updated');
const Lua = require('node-lua');
const rimraf = require('rimraf');
const sharp = require('sharp');

Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3977,9 +3977,9 @@ node-int64@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"

node-lua-updated@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/node-lua-updated/-/node-lua-updated-1.0.0.tgz#bb566dab0a2c09665e692769bd8b6b565a24a44f"
"node-lua@github:adaxi/node-lua":
version "1.0.4"
resolved "https://codeload.github.com/adaxi/node-lua/tar.gz/24c84df6847eb0ae3fec3cd688a42d3e7ef47734"
dependencies:
nan "^2.6.2"

Expand Down

0 comments on commit 3b15856

Please sign in to comment.