mirror of
https://github.com/bigchaindb/site.git
synced 2024-12-24 18:36:11 +01:00
Merge pull request #152 from ascribe/feature/jekyll35
Jekyll 3.5 & Stylelint 8 updates
This commit is contained in:
commit
05aec38c8a
@ -1,7 +1,7 @@
|
||||
{
|
||||
"extends": "stylelint-config-bigchaindb",
|
||||
rules: {
|
||||
"selector-no-type": null,
|
||||
"rules": {
|
||||
"selector-max-id": 1,
|
||||
"selector-no-qualifying-type": null
|
||||
}
|
||||
}
|
||||
|
2
Gemfile
2
Gemfile
@ -1,7 +1,7 @@
|
||||
source "https://rubygems.org"
|
||||
|
||||
group :jekyll do
|
||||
gem 'jekyll', '3.4.3'
|
||||
gem 'jekyll'
|
||||
gem 'jekyll-sitemap'
|
||||
gem 'jekyll-redirect-from'
|
||||
gem 'redcarpet'
|
||||
|
@ -89,7 +89,7 @@ collections:
|
||||
|
||||
# Plugins
|
||||
# --------------------
|
||||
gems:
|
||||
plugins:
|
||||
- jekyll-sitemap
|
||||
- jekyll-redirect-from
|
||||
|
||||
|
18
package.json
18
package.json
@ -25,7 +25,7 @@
|
||||
"ie >= 10"
|
||||
],
|
||||
"dependencies": {
|
||||
"bigchaindb-driver": "~0.3.0",
|
||||
"bigchaindb-driver": "^0.3.0",
|
||||
"gumshoe": "github:cferdinandi/gumshoe",
|
||||
"is-in-viewport": "^3.0.0",
|
||||
"jquery": "^3.2.1",
|
||||
@ -45,22 +45,22 @@
|
||||
"concurrent-transform": "^1.0.0",
|
||||
"critical": "^0.8.4",
|
||||
"cross-spawn": "^5.1.0",
|
||||
"del": "^2.0.2",
|
||||
"del": "^3.0.0",
|
||||
"gulp": "github:gulpjs/gulp#4.0",
|
||||
"gulp-autoprefixer": "^4.0.0",
|
||||
"gulp-awspublish": "^3.0.0",
|
||||
"gulp-awspublish-router": "^0.1.1",
|
||||
"gulp-clean-css": "^3.4.2",
|
||||
"gulp-clean-css": "^3.7.0",
|
||||
"gulp-cli": "^1.2.2",
|
||||
"gulp-concat": "^2.6.0",
|
||||
"gulp-header": "^1.7.1",
|
||||
"gulp-header": "^1.8.9",
|
||||
"gulp-htmlmin": "^3.0.0",
|
||||
"gulp-if": "^2.0.2",
|
||||
"gulp-imagemin": "^3.3.0",
|
||||
"gulp-include": "^2.0.2",
|
||||
"gulp-load-plugins": "^1.5.0",
|
||||
"gulp-rename": "^1.2.2",
|
||||
"gulp-replace": "^0.5.4",
|
||||
"gulp-replace": "^0.6.1",
|
||||
"gulp-rev": "^7.1.2",
|
||||
"gulp-rev-replace": "^0.4.2",
|
||||
"gulp-sass": "^3.1.0",
|
||||
@ -68,12 +68,12 @@
|
||||
"gulp-svg-sprite": "^1.3.7",
|
||||
"gulp-uglify": "^3.0.0",
|
||||
"gulp-util": "^3.0.6",
|
||||
"js-yaml": "^3.8.3",
|
||||
"js-yaml": "^3.9.0",
|
||||
"request": "^2.81.0",
|
||||
"stylelint": "^7.10.1",
|
||||
"stylelint": "^8.0.0",
|
||||
"stylelint-config-bigchaindb": "^1.0.0",
|
||||
"stylelint-config-standard": "^16.0.0",
|
||||
"uglify-es": "^3.0.20"
|
||||
"stylelint-config-standard": "^17.0.0",
|
||||
"uglify-es": "^3.0.25"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=7.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user