diff --git a/script/management-sdk.ts b/script/management-sdk.ts index 37310b8..5f84c97 100644 --- a/script/management-sdk.ts +++ b/script/management-sdk.ts @@ -8,7 +8,7 @@ import Q = require("q"); import superagent = require("superagent"); import * as recursiveFs from "recursive-fs"; import * as yazl from "yazl"; -import slash from "slash"; +import slash = require("slash"); import Promise = Q.Promise;