package updates ..
This commit is contained in:
parent
22bed49a09
commit
ecb62fb105
|
@ -9,7 +9,7 @@
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"budibase-client": "file:../../../client/dist",
|
"@budibase/client": "^0.0.1",
|
||||||
"budibase-standard-components": "file:../../../standard-components/dist"
|
"@budibase/standard-components": "^0.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"appBody": "login_screen"
|
"appBody": "login_screen"
|
||||||
},
|
},
|
||||||
"componentLibraries": [
|
"componentLibraries": [
|
||||||
"budibase-standard-components"
|
"@budibase/standard-components"
|
||||||
],
|
],
|
||||||
"stylesheets": []
|
"stylesheets": []
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"budibase-client": "file:../../../client/dist",
|
"@budibase/client": "^0.0.1",
|
||||||
"budibase-standard-components": "file:../../../standard-components/dist"
|
"@budibase/standard-components": "^0.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"componentLibraries": [
|
"componentLibraries": [
|
||||||
"./customComponents",
|
"./customComponents",
|
||||||
"./moreCustomComponents",
|
"./moreCustomComponents",
|
||||||
"budibase-standard-components"
|
"@budibase/standard-components"
|
||||||
],
|
],
|
||||||
"stylesheets": [
|
"stylesheets": [
|
||||||
"https://css-r-us.com/myawesomestyles.css",
|
"https://css-r-us.com/myawesomestyles.css",
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"appBody": "login"
|
"appBody": "login"
|
||||||
},
|
},
|
||||||
"componentLibraries": [
|
"componentLibraries": [
|
||||||
"budibase-standard-components"
|
"@budibase/standard-components"
|
||||||
],
|
],
|
||||||
"stylesheets": []
|
"stylesheets": []
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue