Skip to content

Commit

Permalink
fixes and tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
adieuadieu committed Aug 2, 2017
1 parent 3ec54eb commit e3e7657
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ console.log(pdf) // prints local file path or S3 URL

---------------------------------------

<a name="api-gethtml" />
<a name="api-html" />

### html(): Chromeless<string>

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"exclude": [
"node_modules",
"node_modules/**",
"dist"
],
"include": [
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e3e7657

Please sign in to comment.