@cfpb/ccdb5-ui 2.4.11 → 2.5.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.
- package/README.md +1 -1
- package/dist/ccdb5.min.js +1 -1
- package/dist/ccdb5.min.js.LICENSE.txt +21 -12
- package/dist/ccdb5.min.js.map +1 -1
- package/package.json +38 -30
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ This application depends on the following third-party components:
|
|
|
28
28
|
|
|
29
29
|
1. [Capital Framework](https://cfpb.github.io/capital-framework/) - CFPB standard styling and controls
|
|
30
30
|
1. [History](https://github.com/reacttraining/history) - Integrating the address bar with the application
|
|
31
|
-
1. [
|
|
31
|
+
1. [dayjs](https://day.js.org/) - Better date handling than native JavaScript
|
|
32
32
|
|
|
33
33
|
It also contains portions adapted from:
|
|
34
34
|
|