Skip to content

Commit 551d150

Browse files
Merge pull request #182 from brombomb/node-upgrade
Node upgrade
2 parents 984ff56 + 43e8348 commit 551d150

File tree

7 files changed

+8147
-2422
lines changed

7 files changed

+8147
-2422
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@ jspm_packages
4949

5050
# Yarn Integrity file
5151
.yarn-integrity
52+
53+
.vscode

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
legacy-peer-deps=true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ is internally used by this API. The [render code](https://github.com/alvarcarto/
131131
is quite simple, check it out. Render flow:
132132

133133
1. **`page.setViewport(options)`** where options matches `viewport.*`.
134-
2. *Possibly* **`page.emulateMedia('screen')`** if `emulateScreenMedia=true` is set.
134+
2. *Possibly* **`page.emulateMediaType('screen')`** if `emulateScreenMedia=true` is set.
135135
3. Render url **or** html.
136136

137137
If `url` is defined, **`page.goto(url, options)`** is called and options match `goto.*`.

0 commit comments

Comments
 (0)