mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Bump httpolyglot to use our fork (#10228)
Backports PR #10225
**Commit 1:**
Bump httpolyglot to use our fork
* Original sha: 2f8e9a8fb7
* Authored by Court Ewing <court@epixa.com> on 2017-02-07T14:40:07Z
This commit is contained in:
parent
94a4a8a2d0
commit
f400199b52
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import { readFileSync } from 'fs';
|
||||
import { format as formatUrl } from 'url';
|
||||
import httpolyglot from 'httpolyglot';
|
||||
import httpolyglot from '@elastic/httpolyglot';
|
||||
import { map } from 'lodash';
|
||||
import secureOptions from './secure_options';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue