ultimate-jekyll-manager 1.9.15 → 1.9.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -129,6 +129,7 @@ const FILE_MAP = {
129
129
 
130
130
  // Files to run templating on
131
131
  '.github/workflows/build.yml': {
132
+ overwrite: true,
132
133
  template: { ...cleanVersions, ...ujConfig, ...githubSecrets },
133
134
  },
134
135
  '.nvmrc': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultimate-jekyll-manager",
3
- "version": "1.9.15",
3
+ "version": "1.9.17",
4
4
  "description": "Ultimate Jekyll dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -99,7 +99,7 @@
99
99
  "gulp-filter": "^10.0.0",
100
100
  "gulp-postcss": "^10.0.0",
101
101
  "gulp-rename": "^2.1.0",
102
- "gulp-responsive-modern": "^1.0.1",
102
+ "gulp-responsive-modern": "^1.0.2",
103
103
  "gulp-sass": "^6.0.1",
104
104
  "html-minifier-terser": "^7.2.0",
105
105
  "html-validate": "^11.5.3",