enforce npm version

This commit is contained in:
Thomas Nordquist
2022-02-27 14:22:22 +01:00
parent 24e9c4cd22
commit d428428a6e
4 changed files with 14 additions and 13 deletions

View File

@@ -3,6 +3,9 @@
"version": "0.4.0-beta1",
"description": "Explore your message queues",
"main": "dist/src/electron.js",
"engines": {
"npm": "16"
},
"scripts": {
"start": "electron .",
"test": "yarn test:app && yarn test:backend",
@@ -113,4 +116,4 @@
"sha1": "^1.1.1",
"yarn-run-all": "^3.1.1"
}
}
}