chore(release): 3.22.3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@standardnotes/web",
|
||||
"version": "3.22.1",
|
||||
"version": "3.22.3",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"main": "dist/app.js",
|
||||
"author": "Standard Notes",
|
||||
@@ -19,7 +19,8 @@
|
||||
"tsc": "tsc --project tsconfig.json",
|
||||
"test": "jest --config jest.config.js --coverage",
|
||||
"postinstall": "yarn run ncu -loglevel verbose --packageFile package.json",
|
||||
"upgrade:snjs": "ncu -u '@standardnotes/*' && yarn"
|
||||
"upgrade:snjs": "ncu -u '@standardnotes/*' && yarn",
|
||||
"release": "standard-version"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.9",
|
||||
|
||||
Reference in New Issue
Block a user