diff --git a/meson.build b/meson.build index 6943e19f..12134401 100644 --- a/meson.build +++ b/meson.build @@ -1,8 +1,8 @@ project( 'pocillo-theme', - version: '20210429', + version: '20220207', license: 'GPLv2+', - meson_version: '>= 0.47.0', + meson_version: '>= 0.55.0', default_options: ['prefix=/usr'], ) diff --git a/meson_options.txt b/meson_options.txt index fbff276f..27a0d734 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,7 +1,7 @@ option( 'theme_name', type: 'string', - value: 'NewPocillo', + value: 'Pocillo', description: 'Base theme name', ) diff --git a/package-lock.json b/package-lock.json index b90ec6ef..6e52f165 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,6 @@ "dependencies": { "anymatch": "~3.1.1", "braces": "~3.0.2", - "fsevents": "~2.3.1", "glob-parent": "~5.1.0", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1",