1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-20 06:33:24 +01:00

Enabled sitemap. Updated jQuery.

This commit is contained in:
Markus Birth 2015-02-19 11:05:22 +01:00
parent dbcea02d8c
commit ab502482a1
7 changed files with 291 additions and 274 deletions

View File

@ -1,3 +1,4 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'github-pages' gem 'github-pages'
gem 'jemoji' gem 'jemoji'
gem 'jekyll-sitemap'

View File

@ -20,6 +20,7 @@ github:
gems: gems:
- jemoji - jemoji
- jekyll-sitemap
redcarpet: redcarpet:
extensions: ["autolink", "tables"] extensions: ["autolink", "tables"]

View File

@ -1,6 +1,6 @@
{ {
"name": "jquery", "name": "jquery",
"version": "2.1.1", "version": "2.1.3",
"main": "dist/jquery.js", "main": "dist/jquery.js",
"license": "MIT", "license": "MIT",
"ignore": [ "ignore": [
@ -14,7 +14,7 @@
"package.json" "package.json"
], ],
"devDependencies": { "devDependencies": {
"sizzle": "1.10.19", "sizzle": "2.1.1-jquery.2.1.2",
"requirejs": "2.1.10", "requirejs": "2.1.10",
"qunit": "1.14.0", "qunit": "1.14.0",
"sinon": "1.8.1" "sinon": "1.8.1"
@ -25,11 +25,11 @@
"library" "library"
], ],
"homepage": "https://github.com/jquery/jquery", "homepage": "https://github.com/jquery/jquery",
"_release": "2.1.1", "_release": "2.1.3",
"_resolution": { "_resolution": {
"type": "version", "type": "version",
"tag": "2.1.1", "tag": "2.1.3",
"commit": "4dec426aa2a6cbabb1b064319ba7c272d594a688" "commit": "8f2a9d9272d6ed7f32d3a484740ab342c02541e0"
}, },
"_source": "git://github.com/jquery/jquery.git", "_source": "git://github.com/jquery/jquery.git",
"_target": ">=1.6.3", "_target": ">=1.6.3",

View File

@ -1,6 +1,6 @@
{ {
"name": "jquery", "name": "jquery",
"version": "2.1.1", "version": "2.1.3",
"main": "dist/jquery.js", "main": "dist/jquery.js",
"license": "MIT", "license": "MIT",
"ignore": [ "ignore": [
@ -14,7 +14,7 @@
"package.json" "package.json"
], ],
"devDependencies": { "devDependencies": {
"sizzle": "1.10.19", "sizzle": "2.1.1-jquery.2.1.2",
"requirejs": "2.1.10", "requirejs": "2.1.10",
"qunit": "1.14.0", "qunit": "1.14.0",
"sinon": "1.8.1" "sinon": "1.8.1"

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long