Comparing version 0.7.0-beta6 to 0.7.0-beta7
@@ -90,3 +90,3 @@ //@flow | ||
modules.map(function(modul) { | ||
return writeFile(path.join(generatedDir, "classes"), modul); | ||
return writeFile(path.join(generatedDir, "styles"), modul); | ||
}) | ||
@@ -93,0 +93,0 @@ ) |
@@ -74,3 +74,3 @@ // @flow | ||
const filename = path.join(directory, "Css.elm"); | ||
const filename = path.join(directory, "Styles.elm"); | ||
fs.writeFile(filename, generateModule(modul), function(fileError) { | ||
@@ -77,0 +77,0 @@ if (fileError) return reject(fileError); |
{ | ||
"name": "elm-css", | ||
"version": "0.7.0-beta6", | ||
"version": "0.7.0-beta7", | ||
"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
4116754