scopify-cli
Advanced tools
Comparing version 0.3.0 to 0.4.0
{ | ||
"name": "scopify-cli", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "A command line interface for PostCSS-Scopify. This interface will walk the current working directory and will add user input css scope to each selector at each .css file ", | ||
@@ -22,2 +22,5 @@ "main": "index.js", | ||
], | ||
"bin": { | ||
"scopify-cli": "bin/scopify-cli" | ||
}, | ||
"author": "pazams <maorzams@gmail.com>", | ||
@@ -24,0 +27,0 @@ "license": "MIT", |
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
2622