Skip to content

Commit

Permalink
Minor copy change.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwiemer committed Feb 8, 2019
1 parent aae87bc commit 3579e8c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "rw",
"description": "Digital portfolio for Ryan Wiemer",
"version": "1.3.4",
"version": "1.3.5",
"repository": "https://github.com/ryanwiemer/rw",
"author": "Ryan Wiemer <ryan@ryanwiemer.com>",
"dependencies": {
"babel-plugin-styled-components": "^1.10.0",
"gatsby": "^2.0.116",
"gatsby": "^2.0.117",
"gatsby-image": "^2.0.29",
"gatsby-link": "^2.0.10",
"gatsby-plugin-canonical-urls": "^2.0.10",
"gatsby-plugin-google-analytics": "^2.0.13",
"gatsby-plugin-manifest": "^2.0.17",
"gatsby-plugin-netlify": "^2.0.9",
"gatsby-plugin-nprogress": "^2.0.8",
"gatsby-plugin-offline": "^2.0.22",
"gatsby-plugin-offline": "^2.0.23",
"gatsby-plugin-react-helmet": "^3.0.6",
"gatsby-plugin-styled-components": "^3.0.5",
"gatsby-plugin-twitter": "^2.0.9",
Expand Down
2 changes: 1 addition & 1 deletion src/components/letter/LetterIntro.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const LetterIntro = props => {
<Content>
Hi, my name is Ryan Wiemer. I'm a digital marketer with a passion for
web design and development. This webpage is my cover letter for the
open position of <em>{props.position} </em> at {props.company}.
position of <em>{props.position} </em> at {props.company}.
</Content>
</div>
</Wrapper>
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5194,10 +5194,10 @@ gatsby-plugin-nprogress@^2.0.8:
"@babel/runtime" "^7.0.0"
nprogress "^0.2.0"

gatsby-plugin-offline@^2.0.22:
version "2.0.22"
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-2.0.22.tgz#b9eeec87bd2c6102550eca2c966274727b3e767f"
integrity sha512-ODbR3mZMGq/uSey6whyNnzU9yHCyip5mi2fCaNvrrQrhAOQwlUAL2peWzR5coIC1QSUa+xVjwjOfjQyjw344NQ==
gatsby-plugin-offline@^2.0.23:
version "2.0.23"
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-2.0.23.tgz#601f75c38dc0197fd9b5d108a2075fd9afea6304"
integrity sha512-i02RB5Zrb0OZ8EFfD9Cpjv9iKkYjTTjJvyRxr22qga2d5mUn+ihbpGUq79bl8Ht4fTh+tIYctT5wcJj4iZ319A==
dependencies:
"@babel/runtime" "^7.0.0"
cheerio "^1.0.0-rc.2"
Expand Down Expand Up @@ -5359,10 +5359,10 @@ gatsby-transformer-remark@^2.2.4:
unist-util-select "^1.5.0"
unist-util-visit "^1.3.0"

gatsby@^2.0.116:
version "2.0.116"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.0.116.tgz#33757c7fd8bc9f6f6990a3a7add38b054ab93547"
integrity sha512-w9DSr4A3vM5vgU+15q00k9OpEldY7atjV2pn3xAb+B5xvw8ghxJVBIoiaRJmoxzqXIjKMu134c8xLJf/d0M9Pg==
gatsby@^2.0.117:
version "2.0.117"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.0.117.tgz#df0199e26b7cc7c4ee97c074ca6ef09e766c6fd9"
integrity sha512-KnjMEVy6/jtqQqhCrJdeW0sZ2btnOcG5JYGj0RR/wBR9zOkSc+kCtpuApaXlaRweiBieD77kAj00OGlJNSwmUQ==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/core" "^7.0.0"
Expand Down

0 comments on commit 3579e8c

Please sign in to comment.