aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2015-05-06 16:23:00 -0700
committerTimmy Willison <timmywillisn@gmail.com>2015-05-07 09:57:59 -0700
commit5c3101fee60046fa7976b3131fada8dfe9fbd53e (patch)
tree580bcf230672de7d2b161fc78c83d749a9dea4f1 /package.json
parent62d5579578109f1468a37e44f76af06f283a46ab (diff)
downloadjquery-5c3101fee60046fa7976b3131fada8dfe9fbd53e.tar.gz
jquery-5c3101fee60046fa7976b3131fada8dfe9fbd53e.zip
Build: use different versions of jsdom for Node and iojs testing
Fixes gh-2266
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 23017d978..50eab7afd 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,6 @@
"grunt-jsonlint": "1.0.4",
"grunt-npmcopy": "0.1.0",
"gzip-js": "0.3.2",
- "jsdom": "3.1.2",
"load-grunt-tasks": "1.0.0",
"native-promise-only": "0.7.8-a",
"promises-aplus-tests": "2.1.0",
@@ -54,6 +53,10 @@
"testswarm": "1.1.0",
"win-spawn": "2.0.0"
},
+ "jsdomVersions": {
+ "node": "3.1.2",
+ "iojs": "5.3.0"
+ },
"scripts": {
"build": "npm install && grunt",
"start": "grunt watch",