@goat-bravos/shared-lib-client 1.0.0 → 1.0.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 +7 -1
package/README.md CHANGED
@@ -15,7 +15,7 @@ A TypeScript library for Angular applications that provides shared utilities, in
15
15
  ## Installation
16
16
 
17
17
  ```bash
18
- npm install @intern-hub/shared-lib-client
18
+ npm install @goat-bravos/shared-lib-client
19
19
  ```
20
20
 
21
21
  ### Peer Dependencies
package/package.json CHANGED
@@ -1,11 +1,17 @@
1
1
  {
2
2
  "name": "@goat-bravos/shared-lib-client",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "21.0.1",
6
6
  "@angular/core": "21.1.0-rc.0",
7
7
  "@angular/router": "21.0.1"
8
8
  },
9
+ "licenses": [
10
+ {
11
+ "type": "MIT",
12
+ "url": "https://opensource.org/licenses/MIT"
13
+ }
14
+ ],
9
15
  "repository": {
10
16
  "type": "git",
11
17
  "url": "https://github.com/Bravos-World/intern-shared-lib"