Bump httpolyglot to use our fork (#10227)

This commit is contained in:
Court Ewing 2017-02-07 11:31:35 -05:00 committed by GitHub
parent c31941692b
commit ff76f652a5
2 changed files with 2 additions and 2 deletions

View file

@ -73,6 +73,7 @@
"@bigfunger/decompress-zip": "0.2.0-stripfix3",
"@bigfunger/jsondiffpatch": "0.1.38-webpack",
"@elastic/datemath": "2.3.0",
"@elastic/httpolyglot": "0.1.2-elasticpatch1",
"@elastic/kibana-ui-framework": "0.0.13",
"@elastic/webpack-directory-name-as-main": "2.0.2",
"@spalger/filesaver": "1.1.2",
@ -122,7 +123,6 @@
"gridster": "0.5.6",
"h2o2": "5.1.1",
"hapi": "14.2.0",
"httpolyglot": "0.1.1",
"imports-loader": "0.6.4",
"inert": "4.0.2",
"jade": "1.11.0",

View file

@ -1,6 +1,6 @@
import { readFileSync } from 'fs';
import { format as formatUrl } from 'url';
import httpolyglot from 'httpolyglot';
import httpolyglot from '@elastic/httpolyglot';
import tlsCiphers from './tls_ciphers';