From 1bbecf5d56f103784aa32c550c87048090da0ec1 Mon Sep 17 00:00:00 2001 From: Kevin Hoerr Date: Fri, 18 Nov 2022 19:56:28 -0500 Subject: Site updates (#1) * Add current page as reference * Upgrade dependencies: Gatsby 5.0.1 * Refactor components and styles to be consistent * Switch tense of BlockBody prop * Remove header on stylesheet * move timestamp to package version * Commit public dir for use with static site builders * Remove 1.0.7 file ref --- public/app-e664b9aca3a6fdab2bfa.js.LICENSE.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 public/app-e664b9aca3a6fdab2bfa.js.LICENSE.txt (limited to 'public/app-e664b9aca3a6fdab2bfa.js.LICENSE.txt') diff --git a/public/app-e664b9aca3a6fdab2bfa.js.LICENSE.txt b/public/app-e664b9aca3a6fdab2bfa.js.LICENSE.txt new file mode 100644 index 0000000..ef4a917 --- /dev/null +++ b/public/app-e664b9aca3a6fdab2bfa.js.LICENSE.txt @@ -0,0 +1,18 @@ +/** + * @license React + * react-server-dom-webpack.production.min.js + * + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + +/** @license React v16.13.1 + * react-is.production.min.js + * + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ -- cgit