From 5add26822144b0a5a3460fb1516d7a90b230fe4c Mon Sep 17 00:00:00 2001 From: Tom Doughty <53576835+tomdoughty@users.noreply.github.com> Date: Thu, 21 Nov 2019 16:27:10 +0000 Subject: [PATCH] Update package.json --- package.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 925a8c6..81aea2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "td-add", - "version": "3.0.3", + "version": "3.0.4", "description": "Package to add 2 numbers", "main": "index.js", "scripts": { @@ -22,5 +22,17 @@ "eslint-plugin-import": "^2.18.2", "jest": "^24.9.0", "jsdoc": "^3.6.3" - } + }, + { + "engines" : { + "node" : ">=12.13.1" + } + }, + "repository": { + "type" : "git", + "url" : "https://github.com/tomdoughty/td-add.git" + }, + "keywords": [ + "JavaScript", "GitHub Actions" + ] }