Skip to content

Commit

Permalink
Closes #843 - adds npm components and package json for registry with …
Browse files Browse the repository at this point in the history
…npm. Watch for new 2.5.0 tag before using.
  • Loading branch information
jeffikus committed May 27, 2015
1 parent 2dd420a commit 8ed61ac
Show file tree
Hide file tree
Showing 294 changed files with 52,133 additions and 47,712 deletions.
6 changes: 4 additions & 2 deletions bower.json
Expand Up @@ -13,7 +13,9 @@
"keywords": [
"flexslider",
"jquery",
"slider"
"slider",
"woothemes",
"automattic"
],
"license": "GPLv2 and later",
"ignore": [
Expand All @@ -24,6 +26,6 @@
"tests"
],
"dependencies": {
"jquery": "1.7.0"
"jquery": "1.11.3"
}
}
39 changes: 30 additions & 9 deletions bower_components/jquery/.bower.json
@@ -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"
}
2 changes: 0 additions & 2 deletions bower_components/jquery/.gitattributes

This file was deleted.

10 changes: 0 additions & 10 deletions bower_components/jquery/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions bower_components/jquery/.gitmodules

This file was deleted.

278 changes: 0 additions & 278 deletions bower_components/jquery/GPL-LICENSE.txt

This file was deleted.

3 changes: 2 additions & 1 deletion bower_components/jquery/MIT-LICENSE.txt
@@ -1,4 +1,5 @@
Copyright (c) 2011 John Resig, http://jquery.com/
Copyright 2014 jQuery Foundation and other contributors
http://jquery.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down

0 comments on commit 8ed61ac

Please sign in to comment.