mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-25 07:06:12 +00:00
Update Rojo project paths to point to new dependencies
This commit is contained in:
16
rojo.json
16
rojo.json
@@ -6,20 +6,20 @@
|
|||||||
"path": "plugin/src",
|
"path": "plugin/src",
|
||||||
"target": "ReplicatedStorage.Rojo"
|
"target": "ReplicatedStorage.Rojo"
|
||||||
},
|
},
|
||||||
"modules/Roact": {
|
"modules/roact": {
|
||||||
"path": "modules/Roact/lib",
|
"path": "modules/roact/lib",
|
||||||
"target": "ReplicatedStorage.Rojo.modules.Roact"
|
"target": "ReplicatedStorage.Rojo.modules.Roact"
|
||||||
},
|
},
|
||||||
"modules/Rodux": {
|
"modules/rodux": {
|
||||||
"path": "modules/Rodux/lib",
|
"path": "modules/rodux/lib",
|
||||||
"target": "ReplicatedStorage.Rojo.modules.Rodux"
|
"target": "ReplicatedStorage.Rojo.modules.Rodux"
|
||||||
},
|
},
|
||||||
"modules/RoactRodux": {
|
"modules/roact-rodux": {
|
||||||
"path": "modules/RoactRodux/lib",
|
"path": "modules/roact-rodux/lib",
|
||||||
"target": "ReplicatedStorage.Rojo.modules.RoactRodux"
|
"target": "ReplicatedStorage.Rojo.modules.RoactRodux"
|
||||||
},
|
},
|
||||||
"modules/TestEZ": {
|
"modules/testez": {
|
||||||
"path": "modules/TestEZ/lib",
|
"path": "modules/testez/lib",
|
||||||
"target": "ReplicatedStorage.TestEZ"
|
"target": "ReplicatedStorage.TestEZ"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user