@melcanz85/chaincss 1.11.4 → 1.11.5

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -79,7 +79,8 @@
79
79
 
80
80
  module.exports = {
81
81
  atomic: {
82
- enabled: true, // enable this for
82
+ enabled: true,
83
+ enabled: true,
83
84
  threshold: 3,
84
85
  naming: 'hash',
85
86
  cache: true,
@@ -466,4 +467,4 @@ MIT © [Rommel Caneos](https://github.com/melcanz08)
466
467
 
467
468
  ## Star Us on GitHub!
468
469
 
469
- If ChainCSS helps you, please [give it a star!](https://github.com/melcanz08/chaincss) It helps others discover it.
470
+ If ChainCSS helps you, please [give it a star!](https://github.com/melcanz08/chaincss) It helps others discover it.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@melcanz85/chaincss",
3
- "version": "1.11.4",
3
+ "version": "1.11.5",
4
4
  "description": "A simple package transpiler for js to css",
5
5
  "exports": {
6
6
  ".": {