Skip to content

Commit

Permalink
Bump version, update dependencies and css watch task.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed May 27, 2022
1 parent c12c9ee commit 32591c7
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 16 deletions.
2 changes: 1 addition & 1 deletion config/theme.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[info]
name = "Default"
version = "1.6.3"
version = "1.6.4"
author = "Omeka Team"
;description = ""
;theme_link = ""
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ gulp.task('css', function () {
});

gulp.task('css:watch', function () {
gulp.watch('./asset/sass/*.scss', gulp.series('css'));
gulp.watch('./asset/sass/*.scss', gulp.parallel('css'));
});
32 changes: 20 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "default",
"version": "1.6.3",
"version": "1.6.4",
"description": "The default theme for Omeka S.",
"main": "gulpfile.js",
"scripts": {
Expand Down Expand Up @@ -32,6 +32,6 @@
"> 1% in US"
],
"dependencies": {
"minimist": "^1.2.5"
"minimist": "^1.2.6"
}
}

0 comments on commit 32591c7

Please sign in to comment.