mirror of
https://github.com/cupcakearmy/unpixel.git
synced 2024-12-21 15:46:31 +00:00
enforce node and package manager
This commit is contained in:
parent
d7b5b6b73e
commit
791cc57177
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user