Skip to content

Commit

Permalink
Merge 294dea3 into 15b5794
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed Nov 23, 2017
2 parents 15b5794 + 294dea3 commit f503a11
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/lukechilds/browser-env#readme",
"dependencies": {
"window": "4.2.2"
"window": "4.2.3"
},
"devDependencies": {
"ava": "^0.23.0",
Expand Down
9 changes: 7 additions & 2 deletions test/fixtures/expectedProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"FocusEvent",
"FormData",
"HTMLAnchorElement",
"HTMLAppletElement",
"HTMLAreaElement",
"HTMLAudioElement",
"HTMLBRElement",
Expand Down Expand Up @@ -127,6 +126,12 @@
"PopStateEvent",
"ProcessingInstruction",
"ProgressEvent",
"SVGAnimatedString",
"SVGElement",
"SVGGraphicsElement",
"SVGNumber",
"SVGSVGElement",
"SVGStringList",
"StyleSheet",
"StyleSheetList",
"Text",
Expand All @@ -150,14 +155,14 @@
"XPathExpression",
"XPathResult",
"__stopAllTimers",
"__timers",
"_core",
"_document",
"_eventHandlers",
"_frameElement",
"_globalProxy",
"_length",
"_parent",
"_pretendToBeVisual",
"_registeredHandlers",
"_runScripts",
"_sessionHistory",
Expand Down

0 comments on commit f503a11

Please sign in to comment.