@saashub/qoq-stylelint-scss 1.5.2 → 1.5.4

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -8
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @saashub/qoq-stylelint-scss
2
2
 
3
- ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/saashub-it/qoq/main.yml) [![codecov](https://codecov.io/gh/saashub-it/qoq/graph/badge.svg?flag=stylelint-scss&token=PQ1XAQQ257)](https://codecov.io/gh/saashub-it/qoq/flags/stylelint-scss) ![NPM Version](https://img.shields.io/npm/v/%40saashub%2Fqoq-stylelint-scss)
3
+ ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/saashub-it/qoq/main.yml) ![NPM Version](https://img.shields.io/npm/v/%40saashub%2Fqoq-stylelint-scss)
4
4
  ![NPM Type Definitions](https://img.shields.io/npm/types/%40saashub%2Fqoq-stylelint-scss) ![NPM Unpacked Size](https://img.shields.io/npm/unpacked-size/%40saashub%2Fqoq-stylelint-scss) ![NPM License](https://img.shields.io/npm/l/%40saashub%2Fqoq-stylelint-scss)
5
5
 
6
6
  ### Last but not least
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saashub/qoq-stylelint-scss",
3
- "version": "1.5.2",
3
+ "version": "1.5.4",
4
4
  "description": "Stylelint config template for SCSS",
5
5
  "keywords": [
6
6
  "stylelint SCSS template",
@@ -31,20 +31,17 @@
31
31
  "module": "./lib/index.mjs",
32
32
  "types": "./lib/index.d.js",
33
33
  "scripts": {
34
- "build": "rimraf ./lib && rollup -c --silent",
35
- "test": "vitest run --coverage"
34
+ "build": "rimraf ./lib && rollup -c --silent"
36
35
  },
37
36
  "dependencies": {
38
- "@saashub/qoq-stylelint-css": "^1.5.2",
37
+ "@saashub/qoq-stylelint-css": "^1.5.4",
39
38
  "stylelint-config-standard-scss": "14.0.0"
40
39
  },
41
40
  "devDependencies": {
42
41
  "@rollup/plugin-typescript": "12.1.2",
43
- "@vitest/coverage-v8": "3.2.3",
44
42
  "rimraf": "6.0.1",
45
43
  "rollup": "4.43.0",
46
- "typescript": "5.8.3",
47
- "vitest": "3.2.3"
44
+ "typescript": "5.8.3"
48
45
  },
49
46
  "peerDependencies": {
50
47
  "stylelint": "^16.16.0"
@@ -55,5 +52,5 @@
55
52
  "publishConfig": {
56
53
  "access": "public"
57
54
  },
58
- "gitHead": "f19e1590c6454ba2697c13486a615b910583edc5"
55
+ "gitHead": "7bea215020207cae899c5ae858347a7001df67a9"
59
56
  }