From 7055f4d990002205b1b4f75b4730e1dee400b393 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Fri, 6 Mar 2020 08:57:13 +0200 Subject: [PATCH] Added node versions to the package file to help the host build the app --- app/package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 25d78957..7845f377 100644 --- a/app/package.json +++ b/app/package.json @@ -5,13 +5,17 @@ "license": "GPL-3.0", "repository": { "type": "git", - "url": "https://github.com/ThaumRystra/RPG-Docs" + "url": "https://github.com/ThaumRystra/DiceCloud" }, "author": "Stefan Zermatten", "scripts": { "run": "meteor --once", "test": "meteor test --driver-package meteortesting:mocha" }, + "engines": { + "node": "12.16.x", + "npm": "6.13.x" + }, "dependencies": { "@babel/runtime": "^7.8.7", "animejs": "^2.2.0",