We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3717b0 commit 4b57cd4Copy full SHA for 4b57cd4
README.md
@@ -42,12 +42,12 @@ import { getAsyncTask, removeEmptyValues } from '@iceywu/utils'
42
<head>
43
<meta charset="UTF-8" />
44
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
45
- <title>Document</title>
+ <title>@iceywu/utils</title>
46
</head>
47
<body>
48
<h1>@iceywu/utils Test</h1>
49
<script type="module">
50
- import { consolePlus } from "https://fastly.jsdelivr.net/npm/@iceywu/utils@0.0.44/dist/index.mjs";
+ import { consolePlus } from "https://fastly.jsdelivr.net/npm/@iceywu/utils@latest/dist/index.mjs";
51
consolePlus.log("print", 666);
52
</script>
53
</body>
0 commit comments