-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add bower.json, update package.json, bump to v1.0.3
- Loading branch information
Jason Moon
committed
Jun 6, 2014
1 parent
3f575aa
commit 35c08a5
Showing
5 changed files
with
32 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "jQuery-ajaxTransport-XDomainRequest", | ||
"version": "1.0.3", | ||
"main": "jquery.xdomainrequest.min.js", | ||
"description": "Implements automatic Cross Origin Resource Sharing support using the XDomainRequest object for IE8 and IE9 when using the ajax function in jQuery 1.5+.", | ||
"license": "MIT", | ||
"ignore": [ | ||
"jQuery.XDomainRequest.js", | ||
"LICENSE.txt", | ||
"README.md" | ||
], | ||
"dependencies": { | ||
"jquery": ">=1.5" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
{ | ||
"name": "jquery-xdomainrequest", | ||
"version": "1.0.2", | ||
"description": "jQuery ajaxTransport extension that uses XDomainRequest for IE8+", | ||
"name": "jQuery-ajaxTransport-XDomainRequest", | ||
"version": "1.0.3", | ||
"main": "jquery.xdomainrequest.min.js", | ||
"description": "Implements automatic Cross Origin Resource Sharing support using the XDomainRequest object for IE8 and IE9 when using the ajax function in jQuery 1.5+.", | ||
"license": "MIT", | ||
"ignore": [ | ||
"jQuery.XDomainRequest.js", | ||
"LICENSE.txt", | ||
"README.md" | ||
], | ||
"dependencies": { | ||
"jquery": ">=1.5.0" | ||
}, | ||
"main": "jQuery.XDomainRequest.js" | ||
} | ||
"jquery": ">=1.5" | ||
} | ||
} |