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

@@ -11,6 +11,9 @@
"debug": "ts-node --inspect ./src/index.ts",
"postinstall": "yarn build"
},
"engines": {
"npm": "16"
},
"author": "",
"license": "CC-BY-ND-4.0",
"nyc": {
@@ -41,4 +44,4 @@
"lowdb": "^1.0.0",
"mqtt": "^3.0.0"
}
}
}