@cfpb/ccdb5-ui 2.13.1 → 2.14.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.css +2 -8
- package/dist/ccdb5.css.map +1 -1
- package/dist/ccdb5.js +73 -94
- package/dist/ccdb5.js.map +1 -1
- package/package.json +37 -53
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ This application allows consumers to search complaints submitted to the CFPB by
|
|
|
5
5
|
|
|
6
6
|
#### Technology Stack
|
|
7
7
|
|
|
8
|
-
This application is written in JavaScript and [
|
|
8
|
+
This application is written in JavaScript and [Sass](https://sass-lang.com/) within
|
|
9
9
|
the [React](https://facebook.github.io/react/) + [Redux](http://redux.js.org/)
|
|
10
10
|
framework. It uses [Webpack](http://webpack.github.io/docs/) at runtime to
|
|
11
11
|
manage module loading.
|