Skip to content

Commit eb607a5

Browse files
committed
update to latest jsdom
The update is to get the most recent version of contextify which is a dependency of jsdom. Previous versions of contextify always generate a 64 library module. v0.6.11 of node on macos is a 32-bit ARCH. The latest version of contextify builds an ARCH that matches node NOT the arch of the system. See: brianmcd/contextify#19
1 parent 0bd675c commit eb607a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"main": "index.js",
2323
"dependencies": {
24-
"jsdom": "0.2.10"
24+
"jsdom": "0.2.12"
2525
},
2626
"devDependencies": {
2727
"uglify-js": "1.2.3",

0 commit comments

Comments
 (0)