diff --git a/package.json b/package.json index 09e76fc..6fd0abc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qlik-request", - "version": "1.1.5", + "version": "1.1.6", "description": "helper functions to query the Qlik Sense REST endpoints", "main": "index.js", "scripts": { @@ -35,10 +35,8 @@ "sinon-chai": "^2.8.0" }, "dependencies": { - "coveralls": "^2.11.16", "extend": "^3.0.0", "ifnotundef": "^1.1.3", - "q": "^1.4.1", - "qlik-fake-proxy": "^1.1.25" + "q": "^1.4.1" } }