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: https://github.com/brianmcd/contextify/issues/19
This commit is contained in:
Stephen Bannasch 2012-02-25 00:14:55 -05:00
Родитель 0bd675ca49
Коммит eb607a5174
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -21,7 +21,7 @@
},
"main": "index.js",
"dependencies": {
"jsdom": "0.2.10"
"jsdom": "0.2.12"
},
"devDependencies": {
"uglify-js": "1.2.3",