Skip to content

Commit 8215746

Browse files
author
Andrii Kirmas
committed
Update keywords and description
1 parent 6925019 commit 8215746

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# react-classnaming
22

3-
Easy applied function to use optionally with [CSS modules](https://github.com/css-modules/css-modules) and do not get lost in CSS classes by powerful TypeScript notation
3+
Easily applied function to use optionally with [CSS modules](https://github.com/css-modules/css-modules) and do not get lost in CSS classes by powerful TypeScript notation
44

5-
![keywords](https://img.shields.io/github/package-json/keywords/askirmas/react-classnaming) [![build@ci](https://github.com/askirmas/react-classnaming/workflows/build/badge.svg?branch=main)](https://www.npmjs.com/package/react-classnaming) ![coverage](https://img.shields.io/codecov/c/github/askirmas/react-classnaming) [![Maintainability](https://api.codeclimate.com/v1/badges/6d424425b4bd07a77a43/maintainability)](https://codeclimate.com/github/askirmas/react-classnaming/maintainability) ![quailty](https://img.shields.io/scrutinizer/quality/g/askirmas/react-classnaming/main) ![version](https://img.shields.io/npm/v/react-classnaming) ![license](https://img.shields.io/npm/l/react-classnaming)
5+
![keywords](https://img.shields.io/github/package-json/keywords/askirmas/react-classnaming)
6+
7+
[![build@ci](https://github.com/askirmas/react-classnaming/workflows/build/badge.svg?branch=main)](https://www.npmjs.com/package/react-classnaming) ![coverage](https://img.shields.io/codecov/c/github/askirmas/react-classnaming) [![Maintainability](https://api.codeclimate.com/v1/badges/6d424425b4bd07a77a43/maintainability)](https://codeclimate.com/github/askirmas/react-classnaming/issues) ![quailty](https://img.shields.io/scrutinizer/quality/g/askirmas/react-classnaming/main) ![dependencies](https://img.shields.io/github/package-json/dependencies/askirmas/react-classnaming) ![version](https://img.shields.io/npm/v/react-classnaming) ![license](https://img.shields.io/npm/l/react-classnaming)
68

79
## Installation
810

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "react-classnaming",
33
"version": "0.6.0",
4-
"description": "Easy applied function to use with CSS modules and do not get lost in CSS classes",
4+
"description": "Easily applied function to use optionally with CSS modules and do not get lost in CSS classes by powerful TypeScript notation",
55
"main": "dist",
6+
"dependencies": {},
67
"scripts": {
78
"dev": "npm run test -- --watch --coverage=false",
89
"test": "npm run jest --",
@@ -22,12 +23,11 @@
2223
"url": "git+https://github.com/askirmas/react-classnaming.git"
2324
},
2425
"keywords": [
25-
"React",
26-
"className", "class",
27-
"classNames",
26+
"React", "CSS class", "CSS modules", "typescript",
27+
"className",
28+
"class", "classNames",
2829
"classNaming",
2930
"css", "modules",
30-
"CSS modules",
3131
"css-modules"
3232
],
3333
"author": "Andrii Kirmas <[email protected]>",

src/ctx.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ function classNamer<
104104
allowedString
105105
}`
106106

107-
108107
if (!withClassNames) {
109108
return stringifyClassNamed({
110109
className

0 commit comments

Comments
 (0)