From e3e7657cbd4d404301602ebcca24446167adc60e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20L=C3=BCthy?= Date: Wed, 2 Aug 2017 18:16:28 +0200 Subject: [PATCH] fixes and tweaks --- docs/api.md | 2 +- package.json | 4 ++-- tsconfig.json | 1 + yarn.lock | 6 +++--- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/api.md b/docs/api.md index ae9ff546..9e4ffb0b 100644 --- a/docs/api.md +++ b/docs/api.md @@ -429,7 +429,7 @@ console.log(pdf) // prints local file path or S3 URL --------------------------------------- - + ### html(): Chromeless diff --git a/package.json b/package.json index 3155f7ec..301fd5c7 100644 --- a/package.json +++ b/package.json @@ -24,12 +24,12 @@ "build": "rimraf dist; tsc -d", "prepublishOnly": "npm test; npm run build", "test": "npm run tslint", - "tslint": "tslint -c tslint.json -p tsconfig.json" + "tslint": "tslint -c tslint.json -p tsconfig.json --exclude node_modules/**" }, "dependencies": { "aws-sdk": "^2.90.0", "bluebird": "^3.5.0", - "chrome-launcher": "^0.3.2", + "chrome-launcher": "^0.4.0", "chrome-remote-interface": "^0.24.2", "cuid": "^1.3.8", "form-data": "^2.1.4", diff --git a/tsconfig.json b/tsconfig.json index b544f976..371641d6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,6 +16,7 @@ }, "exclude": [ "node_modules", + "node_modules/**", "dist" ], "include": [ diff --git a/yarn.lock b/yarn.lock index cd9ef741..bdb56010 100644 --- a/yarn.lock +++ b/yarn.lock @@ -786,9 +786,9 @@ chokidar@^1.4.2: optionalDependencies: fsevents "^1.0.0" -chrome-launcher@^0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/chrome-launcher/-/chrome-launcher-0.3.2.tgz#c3a89e40ed2462899bac809417c4d7c451d5de05" +chrome-launcher@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/chrome-launcher/-/chrome-launcher-0.4.0.tgz#805e4a90d3d16c93655216aeba1fe880922ecc1f" dependencies: "@types/core-js" "^0.9.41" "@types/mkdirp" "^0.3.29"