@adamlui/scss-to-css 1.10.26 → 1.10.28

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
@@ -31,8 +31,8 @@
31
31
  <img height=31 src="https://img.shields.io/npm/dm/%40adamlui%2Fscss-to-css?logo=npm&color=af68ff&logoColor=white&labelColor=464646&style=for-the-badge"></a>
32
32
  <a href="#%EF%B8%8F-mit-license">
33
33
  <img height=31 src="https://img.shields.io/badge/License-MIT-orange.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
34
- <a href="https://github.com/adamlui/js-utils/releases/tag/scss-to-css-1.10.26">
35
- <img height=31 src="https://img.shields.io/badge/Latest_Build-1.10.26-44cc11.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
34
+ <a href="https://github.com/adamlui/js-utils/releases/tag/scss-to-css-1.10.28">
35
+ <img height=31 src="https://img.shields.io/badge/Latest_Build-1.10.28-44cc11.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
36
36
  <a href="https://www.npmjs.com/package/@adamlui/scss-to-css?activeTab=code">
37
37
  <img height=31 src="https://img.shields.io/npm/unpacked-size/%40adamlui%2Fscss-to-css?style=for-the-badge&logo=ebox&logoColor=white&color=blue&labelColor=464646"></a>
38
38
  <a href="https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=adamlui_scss-to-css:node.js/src/scss-to-css.js">
package/docs/README.md CHANGED
@@ -31,8 +31,8 @@
31
31
  <img height=31 src="https://img.shields.io/npm/dm/%40adamlui%2Fscss-to-css?logo=npm&color=af68ff&logoColor=white&labelColor=464646&style=for-the-badge"></a>
32
32
  <a href="#%EF%B8%8F-mit-license">
33
33
  <img height=31 src="https://img.shields.io/badge/License-MIT-orange.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
34
- <a href="https://github.com/adamlui/js-utils/releases/tag/scss-to-css-1.10.26">
35
- <img height=31 src="https://img.shields.io/badge/Latest_Build-1.10.26-44cc11.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
34
+ <a href="https://github.com/adamlui/js-utils/releases/tag/scss-to-css-1.10.28">
35
+ <img height=31 src="https://img.shields.io/badge/Latest_Build-1.10.28-44cc11.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
36
36
  <a href="https://www.npmjs.com/package/@adamlui/scss-to-css?activeTab=code">
37
37
  <img height=31 src="https://img.shields.io/npm/unpacked-size/%40adamlui%2Fscss-to-css?style=for-the-badge&logo=ebox&logoColor=white&color=blue&labelColor=464646"></a>
38
38
  <a href="https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=adamlui_scss-to-css:node.js/src/scss-to-css.js">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adamlui/scss-to-css",
3
- "version": "1.10.26",
3
+ "version": "1.10.28",
4
4
  "description": "Recursively compile all SCSS files into minified CSS",
5
5
  "author": {
6
6
  "name": "Adam Lui",
@@ -33,7 +33,6 @@
33
33
  "doc": "./docs"
34
34
  },
35
35
  "scripts": {
36
- "test": "echo \"Error: no test specified\" && exit 1",
37
36
  "build": "bash utils/build.sh",
38
37
  "bump:patch": "bash utils/bump.sh patch",
39
38
  "bump:minor": "bash utils/bump.sh minor",
@@ -58,7 +57,7 @@
58
57
  },
59
58
  "dependencies": {
60
59
  "node-clipboardy": "^1.0.3",
61
- "sass": "^1.85.0"
60
+ "sass": "^1.86.0"
62
61
  },
63
62
  "devDependencies": {
64
63
  "@adamlui/minify.js": "^1.8.5"