@annalib/anna-cognito-lib 0.1.0 → 0.2.0

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
@@ -1,6 +1,6 @@
1
1
  # AnnaCognitoLib
2
2
  ## How to use the library in the consuming project ?
3
- 1. install the package from npm - `npm install anna-cognito-lib`
3
+ 1. install the package from npm - `npm install @annalib/anna-cognito-lib` (not working use with --force flag)
4
4
  2. after installing the Library, you need to install peer dependancies.
5
5
  2.a. Check the package.json file of library and install all the peer depedencies with correct version number mentioned. this is important step otherwise lbrary will throw error/will not work as expected.
6
6
  2.b. ex: `npm install ngx-toastr@13.2.1`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-cognito-lib",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.2.0",
6
6
  "@angular/core": "^13.2.0",