Skip to content

Commit

Permalink
fixy
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed May 3, 2019
1 parent 9ea36e7 commit 2c023c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
},
"devDependencies": {
"@compodoc/compodoc": "^1.1.7",
"@types/arrify": "^1.0.4",
"@types/base64-js": "^1.2.5",
"@types/chai": "^4.1.7",
"@types/execa": "^0.9.0",
Expand Down
4 changes: 2 additions & 2 deletions src/auth/computeclient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

import * as arrify from 'arrify';
import {GaxiosError, GaxiosOptions, GaxiosPromise} from 'gaxios';
import arrify = require('arrify');
import {GaxiosError} from 'gaxios';
import * as gcpMetadata from 'gcp-metadata';

import * as messages from '../messages';
Expand Down

0 comments on commit 2c023c5

Please sign in to comment.