ultimate-jekyll-manager 0.0.22 → 0.0.23

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultimate-jekyll-manager",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "description": "Ultimate Jekyll dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
@@ -25,7 +25,7 @@
25
25
  "preinstall": "bundle install && bundle update",
26
26
  "start": "npx uj clean && npx uj setup && bundle exec npm run gulp --",
27
27
  "gulp": "gulp --cwd ./ --gulpfile ./node_modules/ultimate-jekyll-manager/dist/gulp/main.js",
28
- "build": "UJ_BUILD_MODE=true npx uj clean && npx uj setup && bundle exec npm run gulp -- build"
28
+ "build": "npx uj clean && npx uj setup && UJ_BUILD_MODE=true bundle exec npm run gulp -- build"
29
29
  },
30
30
  "engines": {
31
31
  "node": "22",