@cfpb/design-system-react 0.0.1 → 0.0.6

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
@@ -54,7 +54,7 @@ Note: This project uses yarn v3.5 in "plug n play" mode. There is no `node_modul
54
54
 
55
55
  Edit the files in `src/components/` and your browser should hot reload your changes.
56
56
 
57
- Add tests to files called `<component-name>.test.tsx`. See [`Buttons.test.tsx`](/src/components/Button.test.tsx) for an example.
57
+ Add tests to files called `<component-name>.test.tsx`. See [`Buttons.test.tsx`](/src/components/Buttons/Button.test.tsx) for an example.
58
58
 
59
59
  Run `yarn test` to watch for changes and run tests automatically.
60
60
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cfpb/design-system-react",
3
3
  "license": "MIT",
4
- "version": "0.0.1",
4
+ "version": "0.0.6",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/cfpb/design-system-react.git"