aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2015-03-20 16:28:10 +0100
committerMichał Gołębiowski <m.goleb@gmail.com>2015-03-30 18:58:09 +0200
commit06f6cd1ffd2a4e9f5955d146d229492f245d83cb (patch)
treeed069bb60fb75da8c8efa6a3a6ccdfdf6be4b563 /package.json
parentf5aa89af7029ae6b9203c2d3e551a8554a0b4b89 (diff)
downloadjquery-06f6cd1ffd2a4e9f5955d146d229492f245d83cb.tar.gz
jquery-06f6cd1ffd2a4e9f5955d146d229492f245d83cb.zip
Core: Update tested jsdom, drop obsolete workarounds
The latest version supporting Node.js is 3.1.2; some workarounds are not needed for this version. For example, in jsdom 3.1.2 a document created via document.implementation.createHTMLDocument( "" ) has a body. Fixes gh-2153 Closes gh-2154
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index c8218539c..623fe44e1 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
"grunt-jsonlint": "1.0.4",
"grunt-npmcopy": "0.1.0",
"gzip-js": "0.3.2",
- "jsdom": "1.5.0",
+ "jsdom": "3.1.2",
"load-grunt-tasks": "1.0.0",
"native-promise-only": "0.7.8-a",
"npm": "2.1.12",