mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 14:15:24 +00:00
Add dependencies to rojo.json for development
This commit is contained in:
18
rojo.json
18
rojo.json
@@ -4,7 +4,23 @@
|
|||||||
"partitions": {
|
"partitions": {
|
||||||
"plugin": {
|
"plugin": {
|
||||||
"path": "plugin/src",
|
"path": "plugin/src",
|
||||||
"target": "ReplicatedStorage.Rojo Plugin"
|
"target": "ReplicatedStorage.Rojo"
|
||||||
|
},
|
||||||
|
"modules/Roact": {
|
||||||
|
"path": "modules/Roact/lib",
|
||||||
|
"target": "ReplicatedStorage.Rojo.modules.Roact"
|
||||||
|
},
|
||||||
|
"modules/Rodux": {
|
||||||
|
"path": "modules/Rodux/lib",
|
||||||
|
"target": "ReplicatedStorage.Rojo.modules.Rodux"
|
||||||
|
},
|
||||||
|
"modules/RoactRodux": {
|
||||||
|
"path": "modules/RoactRodux/lib",
|
||||||
|
"target": "ReplicatedStorage.Rojo.modules.RoactRodux"
|
||||||
|
},
|
||||||
|
"modules/TestEZ": {
|
||||||
|
"path": "modules/TestEZ/lib",
|
||||||
|
"target": "ReplicatedStorage.TestEZ"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user