15 lines
386 B
JSON
15 lines
386 B
JSON
{
|
|
"packages": {
|
|
".": {
|
|
"release-type": "node",
|
|
"extra-files": [
|
|
{
|
|
"type": "regex",
|
|
"path": "resources/js/pages/Settings.vue",
|
|
"template": "const VERSION = 'v${version}';",
|
|
"glob": "const VERSION = 'v.*';"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |