@daiso-tech/core 0.1.4 → 0.1.5

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 +2 -1
package/README.md CHANGED
@@ -28,4 +28,4 @@ In the future the following components will be added:
28
28
 
29
29
  This library is heavily inspired laravel but built in modular way where you can choose which part to use.
30
30
 
31
- ## Visit the [docs](https://yousif-khalil-abdulkarim.github.io/daiso-core/docs/) for more information!
31
+ ## Visit the [docs](https://yousif-khalil-abdulkarim.github.io/daiso-core/) for more information!
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@daiso-tech/core",
3
3
  "private": false,
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "author": "Yousif Abdulkarim",
6
6
  "license": "Apache-2.0",
7
7
  "main": "./dist/cjs/_module.js",
8
8
  "module": "./dist/esm/_module.js",
9
9
  "types": "./dist/types/_module.d.ts",
10
+ "homepage": "https://yousif-khalil-abdulkarim.github.io/daiso-core/",
10
11
  "repository": {
11
12
  "type": "git",
12
13
  "url": "https://github.com/yousif-khalil-abdulkarim/daiso-core.git"