chore: fix build error [skip e2e]

This commit is contained in:
Aman Harwara
2025-04-21 19:41:04 +05:30
parent 1faa464ec6
commit 8759df2024
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
import Desktop from '../../desktop/package.json' assert { type: 'json' }
import Mobile from '../../mobile/package.json' assert { type: 'json' }
import Web from '../../web/package.json' assert { type: 'json' }
import Desktop from '../../desktop/package.json' with { type: 'json' }
import Mobile from '../../mobile/package.json' with { type: 'json' }
import Web from '../../web/package.json' with { type: 'json' }
import { writeJson, ensureDirExists } from '../../../scripts/ScriptUtils.mjs'
const CdnUrl = 'https://github.com/standardnotes/app/releases/download/'

View File

@@ -3,7 +3,7 @@
"version": "3.195.26",
"license": "AGPL-3.0",
"main": "dist/app.js",
"author": "Standard Notes",
"author": "Standard Notes.",
"private": true,
"files": [
"dist"