Skip to content

Commit d203cc2

Browse files
committed
updates to dependency and README notes
1 parent e2d6e82 commit d203cc2

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,11 @@ To test components locally in the context it will be used either use `npm link`:
7474
3. Run npm link path/to/your/<consumer-context>/node_modules/react (example npm link ../<consumer-context>/node_modules/react; to integrate with usaspending.gov use `npm link ../usaspending-website/node_modules/react`)
7575
4. Navigate to the consumer context directory (i.e. for usaspending.gov the consumer context directory is "usaspending-website")
7676
5. Run `npm link data-transparency-ui`
77-
6. NOTE: After work is finished with the linked consumer context, it will be necessary to then unlink this library by doing the following:
77+
6. If you notice the link is not working as expected you may need to clear your consumer context directory cache
78+
1. Run `npm cache clean --force` in your consumer context directory
79+
2. Repeat link steps above
80+
81+
7. NOTE: After work is finished with the linked consumer context, it will be necessary to then unlink this library by doing the following:
7882
1. Navigate to the consumer context directory again.
7983
2. Run `npm unlink --no-save data-transparency-ui`
8084
3. Navigate to the `data-transparency-ui/` root.

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data-transparency-ui",
3-
"version": "7.0.8",
3+
"version": "7.0.9",
44
"description": "Library of UI components powering Data Transparency websites",
55
"main": "dist/index.js",
66
"style": "dist/data-transparency-ui.css",

0 commit comments

Comments
 (0)