Skip to content

Commit 5aa54a4

Browse files
committed
Update information in package.json and add new build of site
1 parent c1d1cab commit 5aa54a4

File tree

7 files changed

+12
-8
lines changed

7 files changed

+12
-8
lines changed

docs/favicon.ico

29.9 KB
Binary file not shown.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><meta name="description" content=""><meta name="keywords" content=""><link rel="manifest" href="/react-timer-wrapper/manifest.json"><link rel="shortcut icon" href="/react-timer-wrapper/favicon.ico"><title>react-timer-wrapper - Composable React Timer component that passes its status to its children.</title><link href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono:300,300i,400,400i,500,500i,700,700i|IBM+Plex+Sans:300,300i,400,400i,500,500i,700,700i" rel="stylesheet"><script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script><script async defer="defer" src="https://buttons.github.io/buttons.js"></script><link href="/react-timer-wrapper/static/css/main.b9f7c8eb.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript" src="/react-timer-wrapper/static/js/main.db2f7e94.js"></script></body></html>
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><meta name="description" content="React component Timer that can work standalone and fire off events, or pass its current status down to children composed into the component."><meta name="keywords" content="react, react-component, react-timer-wrapper, timer, countdown, composition, composing-react"><link rel="manifest" href="/react-timer-wrapper/manifest.json"><link rel="shortcut icon" href="/react-timer-wrapper/favicon.ico"><title>react-timer-wrapper - Composable React Timer component that passes its status to its children.</title><link href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono:300,300i,400,400i,500,500i,700,700i|IBM+Plex+Sans:300,300i,400,400i,500,500i,700,700i" rel="stylesheet"><script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script><script async defer="defer" src="https://buttons.github.io/buttons.js"></script><link href="/react-timer-wrapper/static/css/main.b9f7c8eb.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript" src="/react-timer-wrapper/static/js/main.db2f7e94.js"></script></body></html>

docs/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"short_name": "React App",
3-
"name": "Create React App Sample",
2+
"short_name": "react-timer-wrapper",
3+
"name": "react-timer-wrapper",
44
"icons": [
55
{
66
"src": "favicon.ico",

docs/service-worker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/js/main.db2f7e94.js.map

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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
"version": "0.3.2",
44
"license": "MIT",
55
"description": "Composable React Timer component that passes its status to its children.",
6-
"repository": "ryanhefner/react-timer-wrapper",
76
"author": "Ryan Hefner <hi@ryanhefner.com> (https://www.ryanhefner.com)",
7+
"repository": "ryanhefner/react-timer-wrapper",
8+
"homepage": "https://ryanhefner.github.io/react-timer-wrapper",
9+
"bugs": {
10+
"url": "https://github.com/ryanhefner/react-timer-wrapper/issues"
11+
},
812
"keywords": [
913
"react",
1014
"react-component",

site/public/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"short_name": "React App",
3-
"name": "Create React App Sample",
2+
"short_name": "react-timer-wrapper",
3+
"name": "react-timer-wrapper",
44
"icons": [
55
{
66
"src": "favicon.ico",

0 commit comments

Comments
 (0)