forked from rojo-rbx/rojo
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",
|
||||
"target": "ReplicatedStorage.Rojo"
|
||||
},
|
||||
"modules/Roact": {
|
||||
"path": "modules/Roact/lib",
|
||||
"modules/roact": {
|
||||
"path": "modules/roact/lib",
|
||||
"target": "ReplicatedStorage.Rojo.modules.Roact"
|
||||
},
|
||||
"modules/Rodux": {
|
||||
"path": "modules/Rodux/lib",
|
||||
"modules/rodux": {
|
||||
"path": "modules/rodux/lib",
|
||||
"target": "ReplicatedStorage.Rojo.modules.Rodux"
|
||||
},
|
||||
"modules/RoactRodux": {
|
||||
"path": "modules/RoactRodux/lib",
|
||||
"modules/roact-rodux": {
|
||||
"path": "modules/roact-rodux/lib",
|
||||
"target": "ReplicatedStorage.Rojo.modules.RoactRodux"
|
||||
},
|
||||
"modules/TestEZ": {
|
||||
"path": "modules/TestEZ/lib",
|
||||
"modules/testez": {
|
||||
"path": "modules/testez/lib",
|
||||
"target": "ReplicatedStorage.TestEZ"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user