mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-23 14:15:48 +00:00
Merge branch 'Richienb-upgrade' of https://github.com/remy/mit-license into Richienb-upgrade
This commit is contained in:
commit
44bc74dbe9
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ cache:
|
|||
|
||||
before_install: npm i -g yarn
|
||||
|
||||
install: yarn install
|
||||
install: yarn install --non-interactive
|
||||
|
||||
script:
|
||||
- yarn test
|
||||
|
|
|
|||
|
|
@ -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-Headers',
|
||||
|
|
|
|||
Loading…
Reference in a new issue