From 01fa8f53cecabb76e9395913c4d5402f793398b1 Mon Sep 17 00:00:00 2001 From: Lucas Augusto Date: Tue, 31 Mar 2020 19:52:05 -0300 Subject: [PATCH] specifying version npm and yarn --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e182eb3..d2a1030 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,9 @@ "adonis-app" ], "engines": { - "node": "12.16.1" + "node": "12.16.1", + "npm": "6.13.4", + "yarn": "1.22.4" }, "author": "", "license": "UNLICENSED",