gemcss 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # gemcss
2
2
 
3
3
  [![npm](https://img.shields.io/npm/v/gemcss.svg)](https://www.npmjs.com/package/gemcss)
4
- [![CI](https://github.com/vkalinichev/gemcss/actions/workflows/ci.yml/badge.svg)](https://github.com/vkalinichev/gemcss/actions/workflows/ci.yml)
4
+ [![CI](https://img.shields.io/github/actions/workflow/status/vkalinichev/gemcss/ci.yml?branch=main&label=CI)](https://github.com/vkalinichev/gemcss/actions/workflows/ci.yml)
5
5
 
6
6
  Type-safe BEM classes from CSS modules. Write a plain `*.module.css` in BEM
7
7
  notation and get back an object where every block is a modifier-combinator
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gemcss",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "type": "module",
5
5
  "description": "Typed BEM classes from CSS modules — every block becomes a modifier-combinator function, with types inferred from the CSS",
6
6
  "keywords": [