enforce node and package manager

This commit is contained in:
cupcakearmy 2022-01-09 19:28:18 +01:00
parent d7b5b6b73e
commit 791cc57177
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
2 changed files with 6 additions and 0 deletions

1
.npmrc Normal file
View File

@ -0,0 +1 @@
engine-strict=true

View File

@ -13,6 +13,11 @@
},
"version": "1.3.2",
"main": "./dist/back/index.js",
"engines": {
"node": "14",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm"
},
"scripts": {
"start": "electron .",
"watch:front": "parcel watch --target front --no-hmr ./src/front/*/index.html",