mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-24 14:45:56 +00:00
Update plugin config to work with Git master Rojo
This commit is contained in:
@@ -6,7 +6,22 @@
|
|||||||
"ReplicatedStorage": {
|
"ReplicatedStorage": {
|
||||||
"$className": "ReplicatedStorage",
|
"$className": "ReplicatedStorage",
|
||||||
"Rojo": {
|
"Rojo": {
|
||||||
"$path": "."
|
"$className": "Folder",
|
||||||
|
"Plugin": {
|
||||||
|
"$path": "src"
|
||||||
|
},
|
||||||
|
"Roact": {
|
||||||
|
"$path": "modules/roact/lib"
|
||||||
|
},
|
||||||
|
"Rodux": {
|
||||||
|
"$path": "modules/rodux/lib"
|
||||||
|
},
|
||||||
|
"RoactRodux": {
|
||||||
|
"$path": "modules/roact-rodux/lib"
|
||||||
|
},
|
||||||
|
"Promise": {
|
||||||
|
"$path": "modules/promise/lib"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"TestEZ": {
|
"TestEZ": {
|
||||||
"$path": "modules/testez/lib"
|
"$path": "modules/testez/lib"
|
||||||
|
|||||||
Reference in New Issue
Block a user