kaelum 1.3.0 → 1.3.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -197,7 +197,7 @@ To develop Kaelum locally and test the CLI:
197
197
 
198
198
  ```bash
199
199
  # clone
200
- git clone https://github.com/<your-repo>/kaelum.git
200
+ git clone https://github.com/MatheusCampagnolo/kaelum.git
201
201
  cd kaelum
202
202
 
203
203
  # install & link locally
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kaelum",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "description": "A minimalist Node.js framework for building web pages and APIs with simplicity and speed.",
5
5
  "main": "index.js",
6
6
  "exports": {