Skip to content
This repository was archived by the owner on Aug 7, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You may want to view your changes in the code-gov-fscp-react-component repo on y
2. Run `npm install` to install the dependencies required for the package in the `code-gov-fscp-react-component` directory.
3. Run `npm link` in the root level of the `code-gov-fscp-react-component` directory on your local machine.
4. On the `code-gov-front-end` [project](https://github.com/GSA/code-gov-front-end#getting-started), clone the repository and run `npm install` if you haven’t done this already.
5. Run `npm link @code.gov/code-gov-fscp-react-component` in the root level of the code-gov-front-end directory on your local machine.
5. Run `npm link @code.gov/fscp-react-component` in the root level of the code-gov-front-end directory on your local machine.

You are now using the latest version of the code.gov design system via your cloned version when running the `code-gov-front-end` site on your local machine. To stop using this version, run `npm unlink @code.gov/code-gov-fscp-react-component` from the root level of the `code-gov-front-end` directory.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code.gov/fscp-react-component",
"version": "0.3.3",
"version": "0.3.4",
"description": "FSCP Plugin for code-gov-web, built with Markdown and React",
"main": "./src/index.js",
"scripts": {},
Expand Down