Skip to content

Commit

Permalink
Merge f0d744f into 211b4cf
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed Feb 6, 2018
2 parents 211b4cf + f0d744f commit be32227
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 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.4"
"window": "4.2.5"
},
"devDependencies": {
"ava": "^0.25.0",
Expand Down
17 changes: 13 additions & 4 deletions test/fixtures/expectedProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"ArrayBuffer",
"Attr",
"Audio",
"BarProp",
"Blob",
"CDATASection",
"CSSImportRule",
Expand All @@ -13,6 +14,7 @@
"CSSStyleRule",
"CSSStyleSheet",
"CharacterData",
"CloseEvent",
"Comment",
"CompositionEvent",
"CustomEvent",
Expand Down Expand Up @@ -125,6 +127,7 @@
"NodeIterator",
"NodeList",
"Option",
"Performance",
"PopStateEvent",
"ProcessingInstruction",
"ProgressEvent",
Expand All @@ -134,6 +137,7 @@
"SVGNumber",
"SVGSVGElement",
"SVGStringList",
"Screen",
"StyleSheet",
"StyleSheetList",
"Text",
Expand All @@ -146,6 +150,7 @@
"Uint32Array",
"Uint8Array",
"Uint8ClampedArray",
"WebSocket",
"WheelEvent",
"Window",
"XMLDocument",
Expand All @@ -157,7 +162,6 @@
"XPathExpression",
"XPathResult",
"__stopAllTimers",
"_core",
"_document",
"_eventHandlers",
"_frameElement",
Expand All @@ -181,7 +185,7 @@
"close",
"confirm",
"console",
"createPopup",
"devicePixelRatio",
"dispatchEvent",
"document",
"external",
Expand All @@ -194,6 +198,8 @@
"innerWidth",
"length",
"location",
"locationbar",
"menubar",
"moveBy",
"moveTo",
"name",
Expand All @@ -204,6 +210,8 @@
"pageXOffset",
"pageYOffset",
"parent",
"performance",
"personalbar",
"postMessage",
"print",
"prompt",
Expand All @@ -218,15 +226,16 @@
"screenY",
"scroll",
"scrollBy",
"scrollLeft",
"scrollTo",
"scrollTop",
"scrollX",
"scrollY",
"scrollbars",
"self",
"setInterval",
"setTimeout",
"statusbar",
"stop",
"toolbar",
"top",
"window"
]

0 comments on commit be32227

Please sign in to comment.