Skip to content
Snippets Groups Projects
Commit ce195b06 authored by Alf Eaton's avatar Alf Eaton
Browse files

Move suggestions data

parent 0afddee2
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,13 @@ const version = {
},
declarations: {
openData: 'yes'
},
suggestions: {
reviewers: {
opposed: [
faker.name.findName()
]
}
}
};
......@@ -62,13 +69,6 @@ const journal = {
legend: 'Open peer review'
}
]
},
suggestions: {
reviewers: {
opposed: [
faker.name.findName()
]
}
}
};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment