This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #843 - adds npm components and package json for registry with …
…npm. Watch for new 2.5.0 tag before using.
- Loading branch information
Showing
294 changed files
with
52,133 additions
and
47,712 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 |
---|---|---|
@@ -1,17 +1,38 @@ | ||
{ | ||
"name": "jquery", | ||
"version": "1.7.0", | ||
"main": "./jquery.js", | ||
"dependencies": {}, | ||
"version": "1.11.3", | ||
"main": "dist/jquery.js", | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"build", | ||
"dist/cdn", | ||
"speed", | ||
"test", | ||
"*.md", | ||
"AUTHORS.txt", | ||
"Gruntfile.js", | ||
"package.json" | ||
], | ||
"devDependencies": { | ||
"sizzle": "2.1.1-jquery.2.1.2", | ||
"requirejs": "2.1.10", | ||
"qunit": "1.14.0", | ||
"sinon": "1.8.1" | ||
}, | ||
"keywords": [ | ||
"jquery", | ||
"javascript", | ||
"library" | ||
], | ||
"homepage": "https://github.com/jquery/jquery", | ||
"_release": "1.7.0", | ||
"_release": "1.11.3", | ||
"_resolution": { | ||
"type": "version", | ||
"tag": "1.7.0", | ||
"commit": "5876377b700b1bd26390a0a6d81e978dd822af14" | ||
"tag": "1.11.3", | ||
"commit": "1472290917f17af05e98007136096784f9051fab" | ||
}, | ||
"_source": "git://github.com/jquery/jquery.git", | ||
"_target": "1.7.0", | ||
"_originalSource": "jquery", | ||
"_direct": true | ||
"_target": "1.11.3", | ||
"_originalSource": "jquery" | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
Oops, something went wrong.