classless-js
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -29,3 +29,2 @@ const glob = require('glob'); | ||
if (item.includes("{") || item.includes("}") || item.includes("(") || item.includes(")") || item.includes("/")) { | ||
console.log(item); | ||
return | ||
@@ -32,0 +31,0 @@ } else { |
{ | ||
"name": "classless-js", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "Enforce and question your design system by checking your classes against an approved class list", | ||
@@ -5,0 +5,0 @@ "main": "node ../bin/index.js", |
@@ -14,4 +14,4 @@ # Classless.js | ||
- `npm install -g classless-js` | ||
- `touch classless.config` & set it up with options | ||
- globally install classless with `npm install -g classless-js` | ||
- at your root directory, `touch classless.config` & set it up with options | ||
- run `classless` in your CLI once this is set up in your project | ||
@@ -29,2 +29,2 @@ | ||
The `/bin` folder is where all of the executable scripts live. Please update and submit a PR. | ||
The `/bin` folder is where all of the executable scripts live. Please update and submit a PR. |
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
29
9160
11
169