summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2019-10-09 14:05:21 +0200
committerAndrej Mihajlov <and@mullvad.net>2019-10-09 14:48:05 +0200
commit4c2e737b8c1e5a5bf2d6e900000ec91ed2f583a0 (patch)
treeccb914518b0eadfcf983bab4e2b1d718a58448c0
parent206bf6fe05e66eafa17531780b98df97d107e319 (diff)
downloadmullvadvpn-4c2e737b8c1e5a5bf2d6e900000ec91ed2f583a0.tar.xz
mullvadvpn-4c2e737b8c1e5a5bf2d6e900000ec91ed2f583a0.zip
Add engines section to package.json
-rw-r--r--gui/package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/package.json b/gui/package.json
index 81137f7872..052aa27e24 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -98,5 +98,9 @@
"pack:win": "gulp pack-win",
"pack:linux": "gulp pack-linux",
"private:format": "prettier \"**/*.{js,css,ts,tsx}\""
+ },
+ "engines": {
+ "node": ">=12",
+ "npm": ">=6.12"
}
}