@ship-ui/core 0.13.8 → 0.13.9

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
@@ -9,7 +9,7 @@ To start using ShipUI make sure you're using angular 19 or newer.
9
9
  ### Install
10
10
 
11
11
  ```sh
12
- npm i -S @ship/core
12
+ npm i -S @ship-ui/core
13
13
  ```
14
14
 
15
15
  ### Add styles inside your src/styles.scss
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ship-ui/core",
3
3
  "license": "MIT",
4
- "version": "0.13.8",
4
+ "version": "0.13.9",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=19",
7
7
  "@angular/core": ">=19"