chaincss 1.13.0 → 1.13.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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,11 +2,13 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/chaincss)](https://www.npmjs.com/package/chaincss)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
-
6
5
  [![Live Demo](https://img.shields.io/badge/demo-live-brightgreen)](https://chaincss.dev)
7
6
 
8
7
  > Chainable CSS-in-JS with build-time compilation, atomic CSS, and zero-runtime options
9
8
 
9
+ > **Note:** The previous package `@melcanz85/chaincss` is no longer supported.
10
+ > **Please install `chaincss` instead:** `npm install chaincss`
11
+
10
12
  ## Features
11
13
 
12
14
  ### Core Styling Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chaincss",
3
- "version": "1.13.0",
3
+ "version": "1.13.1",
4
4
  "description": "Chainable CSS-in-JS with build-time compilation, atomic CSS, and zero-runtime options",
5
5
  "keywords": [
6
6
  "css",