@thescaffold/ngx-apps-capital 0.2.31 → 0.2.32

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
@@ -14,7 +14,7 @@ Run `ng build capital` to build the project. The build artifacts will be stored
14
14
 
15
15
  ## Publishing
16
16
 
17
- After building your library with `ng build capital`, go to the dist folder `cd dist/capital` and run `npm publish`.
17
+ After building your library with `ng build capital`, go to the dist folder `cd dist/capital` and run `pnpm publish`.
18
18
 
19
19
  ## Running unit tests
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thescaffold/ngx-apps-capital",
3
- "version": "0.2.31",
3
+ "version": "0.2.32",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^21.1.3",
6
6
  "@angular/cdk": "^21.1.3",