Comparing version 5.1.1 to 5.1.2
{ | ||
"name": "sheetify", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"description": "Modular CSS bundler", | ||
@@ -5,0 +5,0 @@ "repository": "stackcss/sheetify", |
@@ -216,3 +216,3 @@ # sheetify | ||
const b = browserify(path.join(__dirname, 'transform/source.js')) | ||
b.transform('sheetify', { use: [ 'sheetify-cssnext' ] }) | ||
b.transform('sheetify/transform', { use: [ 'sheetify-cssnext' ] }) | ||
b.bundle().pipe(process.stdout) | ||
@@ -219,0 +219,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
25836