@vue-laab/presets 1.0.4 → 1.0.5

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 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue-laab/presets",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "A collection of opinionated ESLint and Prettier configurations for Vue 3 development. Focused on clean code, reactivity safety, and consistent styling.",
5
5
  "main": "eslint.js",
6
6
  "exports": {
@@ -22,7 +22,8 @@
22
22
  "eslint-config",
23
23
  "prettier-config",
24
24
  "dx",
25
- "presets"
25
+ "presets",
26
+ "@vue-laab/presets"
26
27
  ],
27
28
  "dependencies": {
28
29
  "@eslint/js": "^9.0.0",