Skip to content
This repository was archived by the owner on Aug 7, 2019. It is now read-only.

Commit ff10693

Browse files
authored
Merge pull request #13 from GSA/release-0.3.4
Release 0.3.4
2 parents 47e3bdc + 45e5a20 commit ff10693

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You may want to view your changes in the code-gov-fscp-react-component repo on y
1919
2. Run `npm install` to install the dependencies required for the package in the `code-gov-fscp-react-component` directory.
2020
3. Run `npm link` in the root level of the `code-gov-fscp-react-component` directory on your local machine.
2121
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.
22-
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.
22+
5. Run `npm link @code.gov/fscp-react-component` in the root level of the code-gov-front-end directory on your local machine.
2323

2424
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.
2525

package-lock.json

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.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code.gov/fscp-react-component",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "FSCP Plugin for code-gov-web, built with Markdown and React",
55
"main": "./src/index.js",
66
"scripts": {},

0 commit comments

Comments
 (0)