@hypersonic-js/core 0.1.0 → 0.1.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 +1 -1
  2. package/package.json +4 -3
package/Readme.md CHANGED
@@ -49,4 +49,4 @@ Full documentation at **[hypersonic-js.com](https://hypersonic-js.com)**.
49
49
 
50
50
  ## License
51
51
 
52
- MIT © [Zesuperaker](https://github.com/Zesuperaker)
52
+ MIT © Joaquim Dalton-Pereira
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hypersonic-js/core",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "The core of Hypersonic.js — a modern Django-inspired full-stack TypeScript framework",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -16,10 +16,11 @@
16
16
  ],
17
17
  "repository": {
18
18
  "type": "git",
19
- "url": "git+https://github.com/Zesuperaker/hypersonic.git"
19
+ "url": "https://github.com/hypersonic-js/hypersonic-js"
20
20
  },
21
- "author": "Zesuperaker",
21
+ "author": "Joaquim Dalton-Pereira",
22
22
  "license": "MIT",
23
+ "homepage": "https://hypersonic-js.com",
23
24
  "publishConfig": {
24
25
  "access": "public"
25
26
  },