From 32026d0c016acf34fb38789478f0803eb1f1fad4 Mon Sep 17 00:00:00 2001 From: Honda XL400V Transalp <49412889+xl400v@users.noreply.github.com> Date: Fri, 7 Jun 2024 11:57:11 +0000 Subject: [PATCH] `npm update` on package.json --- package.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4a727d96c..50eaafbcb 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "scrape-json", - "version": "1.1.2", - "description": "This shows how to use github actions to do automated data scraping", - "main": "index.js", + "version": "1.2.3", + "description": "How to use github actions to do automated data scraping", + "main": "json-data-roi.js", "scripts": { "update-roi": "node ./json-data-roi.js" }, @@ -11,7 +11,11 @@ "url": "git+https://github.com/xl400v/scrape-json.git" }, "keywords": [ - "actions" + "actions", + "api", + "ci", + "json", + "scraping" ], "author": "xl400v", "license": "MIT", @@ -21,5 +25,8 @@ "homepage": "https://github.com/xl400v/scrape-json", "dependencies": { "unirest": "^0.6" + }, + "engines": { + "node": ">=18.20.2 <19" } }