Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
Change article proptype (#26)
Browse files Browse the repository at this point in the history
Change article proptype
  • Loading branch information
spences10 committed Nov 3, 2019
2 parents 8661c97 + 681ed3f commit 58c2aa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-seo-component",
"version": "0.1.8",
"version": "0.1.9",
"description": "A react SEO component",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/seo.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ SEO.propTypes = {
title: PropTypes.string.isRequired,
description: PropTypes.string.isRequired,
pathname: PropTypes.string.isRequired,
article: PropTypes.string,
article: PropTypes.bool,
image: PropTypes.string,
siteLanguage: PropTypes.string,
siteLocale: PropTypes.string,
Expand Down

0 comments on commit 58c2aa2

Please sign in to comment.