Skip to content

Commit 8759df2

Browse files
committed
chore: fix build error [skip e2e]
1 parent 1faa464 commit 8759df2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/releases/src/build-json.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import Desktop from '../../desktop/package.json' assert { type: 'json' }
2-
import Mobile from '../../mobile/package.json' assert { type: 'json' }
3-
import Web from '../../web/package.json' assert { type: 'json' }
1+
import Desktop from '../../desktop/package.json' with { type: 'json' }
2+
import Mobile from '../../mobile/package.json' with { type: 'json' }
3+
import Web from '../../web/package.json' with { type: 'json' }
44
import { writeJson, ensureDirExists } from '../../../scripts/ScriptUtils.mjs'
55

66
const CdnUrl = 'https://github.com/standardnotes/app/releases/download/'

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "3.195.26",
44
"license": "AGPL-3.0",
55
"main": "dist/app.js",
6-
"author": "Standard Notes",
6+
"author": "Standard Notes.",
77
"private": true,
88
"files": [
99
"dist"

0 commit comments

Comments
 (0)