@egovernments/digit-ui-libraries 1.7.1 → 1.7.2

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
@@ -58,7 +58,7 @@ export default App;
58
58
  ```
59
59
 
60
60
  ### Published from DIGIT Frontend
61
- DIGIT Frontend Repo (https://github.com/egovernments/UPYOG/tree/develop)
61
+ DIGIT Frontend Repo (https://github.com/upyog/UPYOG/tree/develop)
62
62
 
63
63
  ### Contributors
64
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-libraries",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.modern.js",
6
6
  "source": "src/index.js",