@synergyerp/frontend-standards 1.0.2 → 1.1.1

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.
package/README.md CHANGED
@@ -159,4 +159,3 @@ git push --follow-tags
159
159
 
160
160
  - [FRONTEND_STANDARDS.md](./FRONTEND_STANDARDS.md) — Full frontend coding standards
161
161
  - [CICD_STANDARDS.md](./CICD_STANDARDS.md) — CI/CD pipeline standards
162
- - [BACKEND_STANDARDS.md](./BACKEND_STANDARDS.md) — Backend coding standards
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synergyerp/frontend-standards",
3
- "version": "1.0.2",
3
+ "version": "1.1.1",
4
4
  "description": "SynergyERP frontend standards — ESLint, Prettier, commitlint, Husky, Vitest, TypeScript configs, modularization enforcement, and PR templates.",
5
5
  "private": false,
6
6
  "type": "module",
@@ -19,7 +19,9 @@
19
19
  "scripts/",
20
20
  ".husky/",
21
21
  ".vscode/",
22
- ".github/"
22
+ ".github/",
23
+ "FRONTEND_STANDARDS.md",
24
+ "CICD_STANDARDS.md"
23
25
  ],
24
26
  "scripts": {
25
27
  "lint": "eslint .",