github directory change
This commit is contained in:
parent
15357150d4
commit
178165e9ff
@ -925,7 +925,7 @@
|
|||||||
|
|
||||||
let allComponentsObj = []
|
let allComponentsObj = []
|
||||||
async function getComponents() {
|
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()
|
allComponentsObj = await files.json()
|
||||||
}
|
}
|
||||||
function downloadJs(componentsArray, options = {minified: true}){
|
function downloadJs(componentsArray, options = {minified: true}){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user