diff --git a/bower.json b/bower.json index de90612..d76b4d6 100644 --- a/bower.json +++ b/bower.json @@ -4,7 +4,7 @@ "authors": [ "Phil " ], - "description": "A react component to display Yu-Gi-Oh! cards.", + "description": "A React component to display Yu-Gi-Oh! cards.", "main": "yugioh.js", "moduleType": [ "amd", diff --git a/component.json b/component.json index 5361477..9282529 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "react-yugioh", "repo": "creaturephil/react-yugioh", - "description": "A react component to display Yu-Gi-Oh! Cards", + "description": "A React component to display Yu-Gi-Oh! Cards", "version": "1.0.0", "keywords": [ "yugioh", @@ -14,4 +14,4 @@ "scripts": [ "yugioh.js" ] -} \ No newline at end of file +} diff --git a/package.json b/package.json index 7d4bac0..4c2e684 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-yugioh", "version": "1.0.0", - "description": "A react component to display Yu-Gi-Oh! Cards.", + "description": "A React component to display Yu-Gi-Oh! Cards.", "main": "yugioh.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/robots.txt b/robots.txt deleted file mode 100644 index 52fa3eb..0000000 --- a/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# www.robotstxt.org/ - -# Allow crawling of all content -User-agent: * -Disallow: \ No newline at end of file