distinguish
Advanced tools
Comparing version 0.0.7 to 0.1.0
{ | ||
"name": "distinguish", | ||
"version": "0.0.7", | ||
"version": "0.1.0", | ||
"description": "Effortless renaming, minification, and namespacing for CSS class names, IDs, and just about anything else.", | ||
@@ -5,0 +5,0 @@ "main": "out/cli.js", |
@@ -131,3 +131,3 @@ import fs from 'fs'; | ||
const matches = getAllMatches( | ||
new RegExp(`_(${type})-([a-zA-Z0-9_-]+)`, 'g'), | ||
new RegExp(`_(${type})[\$-]([a-zA-Z0-9_-]+)`, 'g'), | ||
contents | ||
@@ -134,0 +134,0 @@ ); |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
133603
22
3093
1
283