Skip to content

Commit

Permalink
Updates dependencies and bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
kalvn committed Apr 8, 2020
1 parent cf9c61a commit 31b56d8
Show file tree
Hide file tree
Showing 4 changed files with 460 additions and 303 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Batch mode: option to select all links on the page.
- Batch mode: visibility settings.
- NPM dependencies updated.


## [v0.10.4](https://github.com/kalvn/Shaarli-Material/releases/tag/v0.10.4) - 2019-04-16
Expand Down
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ gulp.task('css', gulp.series('sass', 'csslib', function(){
}))
.pipe(concat('styles.css'))
.pipe(autoprefixer({
browsers: ['last 5 versions', 'ie >= 8'],
cascade: false
}))
.pipe(minifyCSS())
Expand Down
Loading

0 comments on commit 31b56d8

Please sign in to comment.