chore: fix build error [skip e2e]
This commit is contained in:
@@ -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/'
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user