enable-window-document
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "enable-window-document", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Enables \"window\" and \"document\" globals so browser code does not throw errors in Node. Built with JSDOM.", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/TeleworkInc/window-document.git" | ||
"url": "git+https://github.com/TeleworkInc/enable-window-document.git" | ||
}, | ||
@@ -23,5 +23,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/TeleworkInc/window-document/issues" | ||
"url": "https://github.com/TeleworkInc/enable-window-document/issues" | ||
}, | ||
"homepage": "https://github.com/TeleworkInc/window-document#readme", | ||
"homepage": "https://github.com/TeleworkInc/enable-window-document#readme", | ||
"dependencies": { | ||
@@ -28,0 +28,0 @@ "jsdom": "^16.2.2" |
5516