diff --git a/package.json b/package.json index 7ab1dc1..2f60238 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,6 @@ "types": "./typings/lib/msRest.d.ts", "license": "MIT", "dependencies": { - "@types/axios": "^0.14.0", "@types/express": "^4.11.1", "@types/form-data": "^2.2.1", "@types/is-stream": "^1.1.0", @@ -39,8 +38,8 @@ "form-data": "^2.3.2", "is-buffer": "^2.0.0", "is-stream": "^1.1.0", - "isomorphic-xml2js": "^0.0.3", "isomorphic-tough-cookie": "^0.0.1", + "isomorphic-xml2js": "^0.0.3", "url-parse": "^1.2.0", "uuid": "^3.2.1" }, @@ -95,4 +94,4 @@ "preview": "node ./.scripts/preview.js", "latest": "node ./.scripts/latest.js" } -} \ No newline at end of file +}