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",