mirror of
https://github.com/cupcakearmy/unpixel.git
synced 2024-12-22 08:06:33 +00:00
enforce node and package manager
This commit is contained in:
parent
d7b5b6b73e
commit
791cc57177
@ -13,6 +13,11 @@
|
|||||||
},
|
},
|
||||||
"version": "1.3.2",
|
"version": "1.3.2",
|
||||||
"main": "./dist/back/index.js",
|
"main": "./dist/back/index.js",
|
||||||
|
"engines": {
|
||||||
|
"node": "14",
|
||||||
|
"npm": "please-use-pnpm",
|
||||||
|
"yarn": "please-use-pnpm"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "electron .",
|
"start": "electron .",
|
||||||
"watch:front": "parcel watch --target front --no-hmr ./src/front/*/index.html",
|
"watch:front": "parcel watch --target front --no-hmr ./src/front/*/index.html",
|
||||||
|
Loading…
Reference in New Issue
Block a user