File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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' }
44import { writeJson , ensureDirExists } from '../../../scripts/ScriptUtils.mjs'
55
66const CdnUrl = 'https://github.com/standardnotes/app/releases/download/'
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments