@codesense/relayout 0.0.20 → 0.0.21

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.
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  Relayout
4
4
  </p>
5
5
  <p align="center">
6
- Minimalist library for building complex responsive layouts
6
+ Responsive layout system
7
7
  </p>
8
8
  </p>
9
9
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Relayout - Minimalist library for building complex responsive layouts
2
+ * Relayout - Responsive layout system
3
3
  *
4
4
  * Copyright (c) 2025 Lucian Pacurar
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Relayout - Minimalist library for building complex responsive layouts
2
+ * Relayout - Responsive layout system
3
3
  *
4
4
  * Copyright (c) 2025 Lucian Pacurar
5
5
  *
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@codesense/relayout",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "type": "module",
5
- "description": "Minimalist library for building complex responsive layouts",
5
+ "description": "Responsive layout system",
6
6
  "license": "MIT",
7
7
  "main": "dist/js/relayout.js",
8
8
  "module": "dist/js/relayout.js",