mirror of
https://github.com/jimeh/blank_gem.git
synced 2026-02-18 20:56:38 +00:00
9 lines
111 B
JavaScript
9 lines
111 B
JavaScript
module.exports = config = {};
|
|
|
|
config.bumpFiles = [
|
|
{
|
|
filename: "VERSION",
|
|
type: "plain-text"
|
|
}
|
|
];
|