Skip to content

Commit

Permalink
v1.1.0 feat: update favicon. 0156459
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 18, 2024
1 parent 8b47870 commit 29496f5
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 31 deletions.
6 changes: 3 additions & 3 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"files": {
"main.css": "/static/css/main.f0099549.css",
"main.js": "/static/js/main.d64913f4.js",
"main.js": "/static/js/main.81e83fe3.js",
"refractor-prismjs-vendor.js": "/static/js/refractor-prismjs-vendor.527cfcbb.js",
"react-vendor.js": "/static/js/react-vendor.ef3775ea.js",
"index.html": "/index.html",
"main.f0099549.css.map": "/static/css/main.f0099549.css.map",
"main.d64913f4.js.map": "/static/js/main.d64913f4.js.map",
"main.81e83fe3.js.map": "/static/js/main.81e83fe3.js.map",
"refractor-prismjs-vendor.527cfcbb.js.map": "/static/js/refractor-prismjs-vendor.527cfcbb.js.map",
"react-vendor.ef3775ea.js.map": "/static/js/react-vendor.ef3775ea.js.map"
},
"entrypoints": [
"static/js/refractor-prismjs-vendor.527cfcbb.js",
"static/js/react-vendor.ef3775ea.js",
"static/css/main.f0099549.css",
"static/js/main.d64913f4.js"
"static/js/main.81e83fe3.js"
]
}
18 changes: 9 additions & 9 deletions badges.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion coverage/lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1>All files</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-23T17:28:02.171Z
at 2024-01-18T05:22:04.244Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/index.tsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h1><a href="index.html">All files</a> index.tsx</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-23T17:28:02.171Z
at 2024-01-18T05:22:04.244Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
22 changes: 11 additions & 11 deletions dist.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,27 +141,27 @@ function _typeof(o) {
}
;// CONCATENATED MODULE: ../node_modules/@babel/runtime/helpers/esm/toPrimitive.js

function _toPrimitive(input, hint) {
if (_typeof(input) !== "object" || input === null) return input;
var prim = input[Symbol.toPrimitive];
if (prim !== undefined) {
var res = prim.call(input, hint || "default");
if (_typeof(res) !== "object") return res;
function toPrimitive(t, r) {
if ("object" != _typeof(t) || !t) return t;
var e = t[Symbol.toPrimitive];
if (void 0 !== e) {
var i = e.call(t, r || "default");
if ("object" != _typeof(i)) return i;
throw new TypeError("@@toPrimitive must return a primitive value.");
}
return (hint === "string" ? String : Number)(input);
return ("string" === r ? String : Number)(t);
}
;// CONCATENATED MODULE: ../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js


function _toPropertyKey(arg) {
var key = _toPrimitive(arg, "string");
return _typeof(key) === "symbol" ? key : String(key);
function toPropertyKey(t) {
var i = toPrimitive(t, "string");
return "symbol" == _typeof(i) ? i : String(i);
}
;// CONCATENATED MODULE: ../node_modules/@babel/runtime/helpers/esm/defineProperty.js

function _defineProperty(obj, key, value) {
key = _toPropertyKey(key);
key = toPropertyKey(key);
if (key in obj) {
Object.defineProperty(obj, key, {
value: value,
Expand Down
2 changes: 1 addition & 1 deletion dist.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0" name="viewport"><meta name="theme-color" content="#000000"/><title>React Monorepo Template</title><meta name="keywords" content="react,simple,monorepo,template,component,project,package,development"/><meta name="description" content="Simple React package development project example template."/><link rel="icon" href="favicon.ico"/><script defer="defer" src="./static/js/refractor-prismjs-vendor.527cfcbb.js"></script><script defer="defer" src="./static/js/react-vendor.ef3775ea.js"></script><script defer="defer" src="./static/js/main.d64913f4.js"></script><link href="./static/css/main.f0099549.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0" name="viewport"><meta name="theme-color" content="#000000"/><title>React Monorepo Template</title><meta name="keywords" content="react,simple,monorepo,template,component,project,package,development"/><meta name="description" content="Simple React package development project example template."/><link rel="icon" type="image/svg+xml" href="favicon.svg"/><script defer="defer" src="./static/js/refractor-prismjs-vendor.527cfcbb.js"></script><script defer="defer" src="./static/js/react-vendor.ef3775ea.js"></script><script defer="defer" src="./static/js/main.81e83fe3.js"></script><link href="./static/css/main.f0099549.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
3 changes: 3 additions & 0 deletions static/js/main.81e83fe3.js

Large diffs are not rendered by default.

File renamed without changes.

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions static/js/main.d64913f4.js

This file was deleted.

0 comments on commit 29496f5

Please sign in to comment.