dinou 1.3.0 → 1.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 +0 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1119,7 +1119,3 @@ Run `npm run build` (or `npx dinou build`) to build the app and `npm start` (or
1119
1119
  ## License
1120
1120
 
1121
1121
  dinou is licensed under the [MIT License](https://github.com/roggc/dinou/blob/master/LICENSE.md).
1122
-
1123
- ```
1124
-
1125
- ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dinou",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Minimal React 19 Framework",
5
5
  "main": "index.js",
6
6
  "bin": {