[Glitch] Update dependencies for Node.js (2018-12-31)

Port compatibility changes from 8f5fdab5bf to glitch-soc
This commit is contained in:
Thibaut Girka
2019-01-02 16:07:33 +01:00
parent 1464620ddb
commit e77ceb1b29
6 changed files with 6 additions and 39 deletions

View File

@ -1,6 +1,6 @@
import axios from 'axios';
import ready from './ready';
import LinkHeader from './link_header';
import LinkHeader from 'http-link-header';
export const getLinks = response => {
const value = response.headers.link;