bem-cn-fast
Advanced tools
Comparing version
{ | ||
"name": "bem-cn-fast", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Fast BEM class name generator", | ||
@@ -11,2 +11,10 @@ "main": "index.js", | ||
"license": "MIT", | ||
"keywords": [ | ||
"react", | ||
"bem" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/GREENpoint/bem-cn-fast.git" | ||
}, | ||
"bugs": { | ||
@@ -13,0 +21,0 @@ "url": "https://github.com/GREENpoint/bem-cn-fast/issues" |
@@ -12,6 +12,5 @@ Fast BEM class name generator | ||
```javascript | ||
import bemCn from 'fast-bem-cn'; | ||
import bemCn from 'bem-cn-fast'; | ||
const b = bemCn('block'); | ||
b; // -> 'block' | ||
b(); // -> 'block' | ||
@@ -18,0 +17,0 @@ b('element'); // -> 'block__element' |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
5600
2.41%0
-100%47
-2.08%