@aurodesignsystem-dev/auro-skeleton 0.0.0-pr58.0 → 0.0.0-pr58.2

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 -10
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "================================================================================"
8
8
  ],
9
9
  "name": "@aurodesignsystem-dev/auro-skeleton",
10
- "version": "0.0.0-pr58.0",
10
+ "version": "0.0.0-pr58.2",
11
11
  "description": "auro-skeleton HTML custom element",
12
12
  "repository": {
13
13
  "type": "git",
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "devDependencies": {
27
27
  "@aurodesignsystem/auro-library": "^5.5.3",
28
- "@aurodesignsystem/design-tokens": "^8.4.2",
28
+ "@aurodesignsystem/design-tokens": "^8.4.3",
29
29
  "@aurodesignsystem/webcorestylesheets": "10.0.4",
30
30
  "@aurodesignsystem/auro-cli": "^3.0.1",
31
- "@aurodesignsystem/auro-config": "^1.1.0",
31
+ "@aurodesignsystem/auro-config": "^1.2.0",
32
32
  "@aurodesignsystem/eslint-config": "1.3.5",
33
33
  "@biomejs/biome": "^1.9.4",
34
34
  "@commitlint/cli": "^19.8.0",
@@ -83,12 +83,6 @@
83
83
  "last 2 Edge versions",
84
84
  "last 2 Safari major versions"
85
85
  ],
86
- "nodemonConfig": {
87
- "ignore": [
88
- "*-css.js",
89
- "*.css"
90
- ]
91
- },
92
86
  "publishConfig": {
93
87
  "access": "public"
94
88
  },
@@ -104,7 +98,6 @@
104
98
  "dev:open": "auro dev -w -s --open",
105
99
  "lint": "biome check --no-errors-on-unmatched && stylelint \"./src/**/*.scss\"",
106
100
  "lint:fix": "biome check --fix --no-errors-on-unmatched && stylelint \"./src/**/*.scss\" --fix",
107
- "sweep": "rm -rf ./demo/css ./dist | rm ./src/*.css ./src/*-css.js",
108
101
  "test": "auro test",
109
102
  "test:watch": "auro test --watch",
110
103
  "prepare": "husky"