mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
Enabled sitemap. Updated jQuery.
This commit is contained in:
parent
dbcea02d8c
commit
ab502482a1
1
Gemfile
1
Gemfile
@ -1,3 +1,4 @@
|
||||
source 'https://rubygems.org'
|
||||
gem 'github-pages'
|
||||
gem 'jemoji'
|
||||
gem 'jekyll-sitemap'
|
||||
|
@ -20,6 +20,7 @@ github:
|
||||
|
||||
gems:
|
||||
- jemoji
|
||||
- jekyll-sitemap
|
||||
|
||||
redcarpet:
|
||||
extensions: ["autolink", "tables"]
|
||||
|
10
bower_components/jquery/.bower.json
vendored
10
bower_components/jquery/.bower.json
vendored
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jquery",
|
||||
"version": "2.1.1",
|
||||
"version": "2.1.3",
|
||||
"main": "dist/jquery.js",
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
@ -14,7 +14,7 @@
|
||||
"package.json"
|
||||
],
|
||||
"devDependencies": {
|
||||
"sizzle": "1.10.19",
|
||||
"sizzle": "2.1.1-jquery.2.1.2",
|
||||
"requirejs": "2.1.10",
|
||||
"qunit": "1.14.0",
|
||||
"sinon": "1.8.1"
|
||||
@ -25,11 +25,11 @@
|
||||
"library"
|
||||
],
|
||||
"homepage": "https://github.com/jquery/jquery",
|
||||
"_release": "2.1.1",
|
||||
"_release": "2.1.3",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "2.1.1",
|
||||
"commit": "4dec426aa2a6cbabb1b064319ba7c272d594a688"
|
||||
"tag": "2.1.3",
|
||||
"commit": "8f2a9d9272d6ed7f32d3a484740ab342c02541e0"
|
||||
},
|
||||
"_source": "git://github.com/jquery/jquery.git",
|
||||
"_target": ">=1.6.3",
|
||||
|
4
bower_components/jquery/bower.json
vendored
4
bower_components/jquery/bower.json
vendored
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jquery",
|
||||
"version": "2.1.1",
|
||||
"version": "2.1.3",
|
||||
"main": "dist/jquery.js",
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
@ -14,7 +14,7 @@
|
||||
"package.json"
|
||||
],
|
||||
"devDependencies": {
|
||||
"sizzle": "1.10.19",
|
||||
"sizzle": "2.1.1-jquery.2.1.2",
|
||||
"requirejs": "2.1.10",
|
||||
"qunit": "1.14.0",
|
||||
"sinon": "1.8.1"
|
||||
|
535
bower_components/jquery/dist/jquery.js
vendored
535
bower_components/jquery/dist/jquery.js
vendored
File diff suppressed because it is too large
Load Diff
8
bower_components/jquery/dist/jquery.min.js
vendored
8
bower_components/jquery/dist/jquery.min.js
vendored
File diff suppressed because one or more lines are too long
2
bower_components/jquery/dist/jquery.min.map
vendored
2
bower_components/jquery/dist/jquery.min.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user