Merge branch 'Richienb-upgrade' of https://github.com/remy/mit-license into Richienb-upgrade

This commit is contained in:
Richie Bendall 2019-07-03 19:46:02 +12:00
commit 44bc74dbe9
No known key found for this signature in database
GPG key ID: 1C6A99DFA9D306FC
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ cache:
before_install: npm i -g yarn before_install: npm i -g yarn
install: yarn install install: yarn install --non-interactive
script: script:
- yarn test - yarn test

View file

@ -1,4 +1,4 @@
module.exports = (req, res, next) => { module.exports = (_req, res, next) => {
res.header('Access-Control-Allow-Origin', '*'); res.header('Access-Control-Allow-Origin', '*');
res.header( res.header(
'Access-Control-Allow-Headers', 'Access-Control-Allow-Headers',