@erickxavier/no-js 1.5.0 → 1.5.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erickxavier/no-js",
3
- "version": "1.5.0",
3
+ "version": "1.5.2",
4
4
  "description": "The HTML-first reactive framework — build dynamic web apps with just HTML attributes, no JavaScript required",
5
5
  "main": "dist/cjs/no.js",
6
6
  "module": "dist/esm/no.js",
package/src/index.js CHANGED
@@ -218,7 +218,7 @@ const NoJS = {
218
218
  resolve,
219
219
 
220
220
  // Version
221
- version: "1.5.0",
221
+ version: "1.5.2",
222
222
  };
223
223
 
224
224
  export default NoJS;