bulma-switch-control
Advanced tools
Comparing version 1.1.1 to 1.2.0
const {series, src, dest} = require('gulp') | ||
const rename = require('gulp-rename') | ||
const sass = require('gulp-sass') | ||
const sass = require('gulp-sass')(require('node-sass')) | ||
sass.compiler = require('node-sass') | ||
/* Destination dir (demo or not)? */ | ||
@@ -8,0 +6,0 @@ |
{ | ||
"name": "bulma-switch-control", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "Switch controls for Bulma CSS Framework", | ||
"homepage": "https://justboil.me/", | ||
"homepage": "https://justboil.github.io/bulma-checkbox/", | ||
"main": "bulma-switch-control.scss", | ||
@@ -33,8 +33,8 @@ "style": "css/main.min.css", | ||
"devDependencies": { | ||
"gh-pages": "^3.1.0", | ||
"gh-pages": "^3.2.3", | ||
"gulp": "^4.0.2", | ||
"gulp-rename": "^2.0.0", | ||
"gulp-sass": "^4.1.0", | ||
"node-sass": "^4.14.1" | ||
"gulp-sass": "^5.1.0", | ||
"node-sass": "^7.0.1" | ||
} | ||
} |
@@ -87,3 +87,3 @@ # Bulma Switch Control | ||
* Copyright © 2020 Viktor Kuzhelny (https://github.com/vikdiesel) | ||
* Copyright © 2022 Viktor Kuzhelny (https://github.com/vikdiesel) | ||
* Licensed under MIT | ||
@@ -97,4 +97,4 @@ | ||
- [JustBoil.me](https://justboil.me) | ||
- [Bulma admin templates](https://justboil.me/bulma-admin-template/) | ||
- [Bulma](https://bulma.io) | ||
- [Buefy](https://buefy.org) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
283824
1405