Comparing version 0.7.0-beta to 0.7.0-beta3
@@ -53,6 +53,3 @@ //@flow | ||
if ( | ||
!fs.existsSync(generatedElmStuff) && | ||
!fs.lstatSync(generatedElmStuff).isSymbolicLink() | ||
) { | ||
if (!fs.existsSync(generatedElmStuff)) { | ||
fs.symlinkSync( | ||
@@ -59,0 +56,0 @@ path.join(cssSourceDir, "elm-stuff"), |
{ | ||
"name": "elm-css", | ||
"version": "0.7.0-beta", | ||
"version": "0.7.0-beta3", | ||
"description": "Elm-based CSS Preprocessor", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
4116701
1071