esbuild-plugin-sass
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "esbuild-plugin-sass", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Plugin for esbuild to support SASS styles", | ||
@@ -15,6 +15,10 @@ "main": "index.js", | ||
"license": "ISC", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/koluch/esbuild-plugin-sass.git" | ||
}, | ||
"keywords": [ | ||
"esbuild", | ||
"sass", | ||
"plugin" | ||
"plugin", | ||
"sass" | ||
], | ||
@@ -21,0 +25,0 @@ "dependencies": { |
@@ -27,3 +27,3 @@ # esbuild-plugin-sass | ||
``` | ||
```js | ||
import './test.scss' | ||
@@ -30,0 +30,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
5317
2