Skip to content

Commit 714f2d4

Browse files
committed
use new name
1 parent d755bd3 commit 714f2d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/download.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = (req, res) => {
1515
}
1616

1717
delete req.headers.host;
18-
return fetch('https://npm.pkg.github.com/@engine262/engine262', {
18+
return fetch('https://npm.pkg.github.com/@magic-works/engine262', {
1919
headers: { ...req.headers, authorization },
2020
})
2121
.then((r) => r.json())

api/latest_version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = (req, res) => {
1515
}
1616

1717
delete req.headers.host;
18-
return fetch('https://npm.pkg.github.com/@engine262/engine262', {
18+
return fetch('https://npm.pkg.github.com/@magic-works/engine262', {
1919
headers: { ...req.headers, authorization },
2020
})
2121
.then((r) => r.json())

0 commit comments

Comments
 (0)