@adamlui/scss-to-css 1.10.30 → 1.10.31
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 +2 -2
- package/docs/README.md +2 -2
- package/package.json +2 -2
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.
|
|
35
|
-
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.10.
|
|
34
|
+
<a href="https://github.com/adamlui/js-utils/releases/tag/scss-to-css-1.10.31">
|
|
35
|
+
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.10.31-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.
|
|
35
|
-
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.10.
|
|
34
|
+
<a href="https://github.com/adamlui/js-utils/releases/tag/scss-to-css-1.10.31">
|
|
35
|
+
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.10.31-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.
|
|
3
|
+
"version": "1.10.31",
|
|
4
4
|
"description": "Recursively compile all SCSS files into minified CSS",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Adam Lui",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"node-clipboardy": "^1.0.3",
|
|
60
|
-
"sass": "^1.86.
|
|
60
|
+
"sass": "^1.86.3"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@adamlui/minify.js": "^1.8.5"
|