Skip to content

Commit 6e58bdc

Browse files
updates
1 parent fab6789 commit 6e58bdc

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "just",
3-
"version": "0.0.27",
3+
"version": "0.0.28",
44
"description": "Just an Ultimate Site Tool (W.I.P.)",
55
"main": "index.sh",
66
"scripts": {
@@ -48,5 +48,6 @@
4848
"bugs": {
4949
"url": "https://github.com/js-just/_just/issues"
5050
},
51-
"homepage": "https://github.com/js-just/_just#readme"
51+
"homepage": "https://github.com/js-just/_just#readme",
52+
"type": "module"
5253
}

src/documentation/index.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -787,10 +787,10 @@ const fetchjson = async (protocol) => {
787787
}
788788
if (domain) {
789789
try {
790-
await fetchjson('http')
790+
fetchjson('http')
791791
} catch (ee) {
792792
try {
793-
await fetchjson('https')
793+
fetchjson('https')
794794
} catch (e_e) {}
795795
}
796796
}

0 commit comments

Comments
 (0)