github directory change

This commit is contained in:
sairaj mote 2021-07-10 16:59:31 +05:30
parent 15357150d4
commit 178165e9ff

View File

@ -925,7 +925,7 @@
let allComponentsObj = []
async function getComponents() {
const files = await fetch('https://api.github.com/repos/sairaj-mote/components/contents/dist')
const files = await fetch('https://api.github.com/repos/ranchimall/standard-visual-design-system/contents/Standard%20UI%20Components/dist')
allComponentsObj = await files.json()
}
function downloadJs(componentsArray, options = {minified: true}){