diff options
author | Eirik Sletteberg <eiriksletteberg@gmail.com> | 2016-12-04 21:57:28 +0100 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2017-02-06 08:23:18 -0500 |
commit | 4fa0267edc0e83352bed5f6f7cb66057c02cf81d (patch) | |
tree | a403badb2989e0f3ca78dcf690afb4cd56e7e901 /bower.json | |
parent | c1f96f11cc763cceb2dce87b1d42ce1ca1709d31 (diff) | |
download | jquery-ui-4fa0267edc0e83352bed5f6f7cb66057c02cf81d.tar.gz jquery-ui-4fa0267edc0e83352bed5f6f7cb66057c02cf81d.zip |
Qunit: Add bootstrap config for running tests with jQuery Migrate
Closes gh-1774
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bower.json b/bower.json index e4df60cea..1af4b8ead 100644 --- a/bower.json +++ b/bower.json @@ -59,6 +59,8 @@ "jquery-2.2.4": "jquery#2.2.4", "jquery-3.0.0": "jquery#3.0.0", "jquery-3.1.0": "jquery#3.1.0", - "jquery-3.1.1": "jquery#3.1.1" + "jquery-3.1.1": "jquery#3.1.1", + "jquery-migrate-1.4.1": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-1.4.1.tgz", + "jquery-migrate-3.0.0": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-3.0.0.tgz" } } |