chore: fix scripts path

This commit is contained in:
Mo
2022-06-07 12:04:11 -05:00
parent 10d3a1bbcc
commit de94fb69cf
4 changed files with 5 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
"main": "./app/dist/index.js",
"version": "3.20.2",
"license": "AGPL-3.0-or-later",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/standardnotes/app"
@@ -36,7 +37,7 @@
"fs-extra": "^10.1.0",
"mime-types": "^2.1.35",
"mobx": "^6.5.0",
"@standardnotes/web": "^3.20.4",
"@standardnotes/web": "*",
"@electron/remote": "^2.0.8",
"electron": "17.4.2",
"lodash": "^4.17.21",