mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-27 09:26:23 +02:00
fix app name
This commit is contained in:
parent
bdaca80d59
commit
ac1f93e74d
2 changed files with 3 additions and 3 deletions
|
|
@ -158,7 +158,7 @@ module.exports = {
|
|||
// Read version from source package.json (updated by CI from git tag)
|
||||
const sourcePackageJson = JSON.parse(fs.readFileSync(path.join(__dirname, 'package.json'), 'utf8'));
|
||||
const packageJson = {
|
||||
name: '@x/main',
|
||||
name: 'Rowboat',
|
||||
version: sourcePackageJson.version,
|
||||
main: 'dist-bundle/main.js',
|
||||
};
|
||||
|
|
@ -227,7 +227,7 @@ module.exports = {
|
|||
// Read version from source package.json (updated by CI from git tag)
|
||||
const sourcePackageJson = JSON.parse(fs.readFileSync(path.join(__dirname, 'package.json'), 'utf8'));
|
||||
const packageJson = {
|
||||
name: '@x/main',
|
||||
name: 'Rowboat',
|
||||
version: sourcePackageJson.version,
|
||||
main: 'dist-bundle/main.js',
|
||||
// Note: No "type": "module" since we bundle as CommonJS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue