Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "cnbuilder", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"main": "dist/cnbuilder.js", | ||
@@ -32,2 +32,3 @@ "module": "dist/cnbuilder.esm.js", | ||
"devDependencies": { | ||
"@types/jest": "^24.0.9", | ||
"codacy-coverage": "^3.4.0", | ||
@@ -37,2 +38,3 @@ "husky": "^1.3.1", | ||
"prettier": "^1.16.4", | ||
"pretty-quick": "^1.10.0", | ||
"rimraf": "^2.6.3", | ||
@@ -43,5 +45,3 @@ "rollup": "^1.3.2", | ||
"ts-jest": "^24.0.0", | ||
"typescript": "^3.3.3333", | ||
"@types/jest": "^24.0.9", | ||
"pretty-quick": "^1.10.0" | ||
"typescript": "^3.3.3333" | ||
}, | ||
@@ -60,12 +60,6 @@ "scripts": { | ||
"hooks": { | ||
"pre-commit": "pretty-quick --staged", | ||
"post-commit": "git update-index -g" | ||
"pre-commit": "pretty-quick --staged" | ||
} | ||
}, | ||
"jest": { | ||
"globals": { | ||
"ts-jest": { | ||
"diagnostics": false | ||
} | ||
}, | ||
"moduleFileExtensions": [ | ||
@@ -72,0 +66,0 @@ "ts", |
@@ -15,3 +15,4 @@ <div align="center"> | ||
One more DOM classname string builder if you not enough yet 😁 | ||
It is **[lightweight](https://bundlephobia.com/result?p=cnbuilder)**, **[fast](#performance-recent-benchmarks-results)** and has **no dependencies**! | ||
It is **[lightweight](https://bundlephobia.com/result?p=cnbuilder)**, **[fast](#performance-recent-benchmarks-results)** and has **no dependencies**! | ||
Designed to be fastest full-feature drop-in replacement for `classnames` package. | ||
@@ -18,0 +19,0 @@ Install it via [npm](https://www.npmjs.com) or [yarn](https://yarnpkg.com) |
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
167
13696