babel-plugin-stylus-compiler
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "babel-plugin-stylus-compiler", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A Babel 6 plugin for compiling stylus files into css", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -18,3 +18,3 @@ # babel-plugin-stylus-compiler | ||
{ | ||
"plugins": ["babel-plugin-stylus"] | ||
"plugins": ["babel-plugin-stylus-compiler"] | ||
} | ||
@@ -21,0 +21,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
7114