react-classlist-helper
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "react-classlist-helper", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Helper to defining multiple classes on a react component.", | ||
"main": "./dist/react-classlist-helper.min.js", | ||
"main": "./src/index.js", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "test": "nyc -x ./src/index.spec.js mocha ./src/index.spec.js --compilers js:babel-core/register ", |
@@ -82,3 +82,3 @@ # React classList Helper | ||
Wanna save some space? Use the alias: | ||
``` | ||
```javascript | ||
import { cL, tC } from 'react-classlist-helper'; | ||
@@ -85,0 +85,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
16341