Skip to content

Commit 15b3452

Browse files
committed
3.2.0
1 parent 260768d commit 15b3452

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Classcat is a JavaScript function to concatenate classNames declaratively.
1010
npm i <a href="https://www.npmjs.com/package/classcat">classcat</a>
1111
</pre>
1212

13-
Don't want to set up a build environment? Download Classcat from a CDN and it will be globally available through the `window.classcat` object. Classcat works in all browsers >= IE9.
13+
Don't want to set up a build environment? Download classcat from a CDN and it will be globally available through the `window.classcat` object. Classcat works in all browsers >= IE9.
1414

1515
```html
1616
<script src="https://unpkg.com/classcat"></script>

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "classcat",
33
"description": "JavaScript function to concatenate classNames declaratively.",
4-
"version": "3.1.2",
4+
"version": "3.2.0",
55
"main": "dist/classcat.js",
66
"module": "src/index.js",
77
"typings": "classcat.d.ts",
@@ -14,11 +14,9 @@
1414
],
1515
"author": "Jorge Bucaran",
1616
"keywords": [
17-
"css",
18-
"class",
19-
"classname",
20-
"concat",
21-
"string"
17+
"classcat",
18+
"classnames",
19+
"concat"
2220
],
2321
"scripts": {
2422
"test": "nyc -i esm -r lcov testmatrix test/*.test.js && nyc report && tsc -p test/ts",

0 commit comments

Comments
 (0)