@edifice.io/bootstrap 2.5.22-develop-b2school.20260608181736 → 2.5.22-develop.20260615120808

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 +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edifice.io/bootstrap",
3
- "version": "2.5.22-develop-b2school.20260608181736",
3
+ "version": "2.5.22-develop.20260615120808",
4
4
  "description": "Edifice CSS framework based on Bootstrap",
5
5
  "keywords": [
6
6
  "Bootstrap",
@@ -41,9 +41,8 @@
41
41
  "clean": "rm -rf dist",
42
42
  "compile": "sass --load-path=node_modules/ --style=compressed --quiet-deps --silence-deprecation=import src/index.scss dist/index.css",
43
43
  "fix": "stylelint src/**/*.scss --fix",
44
- "format": "pnpm format:write && pnpm format:check",
45
- "format:check": "npx prettier --check src/**/*.scss",
46
- "format:write": "npx prettier --write src/**/*.scss",
44
+ "format": "prettier --check src/**/*.scss",
45
+ "format:write": "prettier --write src/**/*.scss",
47
46
  "generate-commit-version": "node scripts/version.cjs",
48
47
  "lint": "stylelint src/**/*.scss",
49
48
  "watch": "sass --watch --load-path=node_modules/ --style=compressed --quiet-deps --silence-deprecation=import src/index.scss dist/index.css"