Skip to content

Commit 4e50061

Browse files
committed
address PR comments
1 parent 358e710 commit 4e50061

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

website/package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"@babel/preset-react": "^7.0.0"
1313
},
1414
"dependencies": {
15-
"docusaurus": "^1.7.1"
15+
"docusaurus": "^1.7.1",
16+
"now": "^16.2.0"
1617
}
1718
}

website/siteConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const siteConfig = {
8080
*/
8181

8282
// This copyright info is used in /core/Footer.js and blog RSS/Atom feeds.
83-
copyright: 'Copyright (c) 2015-present Dan Abramov and the Redux documentation authors.',
83+
copyright: 'Thank you to Dan Abramov and the Redux.js.org documentation authors from which this was forked.',
8484

8585
highlight: {
8686
// Highlight.js theme to use for syntax highlighting in code blocks.

0 commit comments

Comments
 (0)