From da821f44b2a9188944347ed4f4c2f6766036e246 Mon Sep 17 00:00:00 2001 From: deepansh Date: Sat, 28 Sep 2019 20:18:50 +0530 Subject: [PATCH] Node version upgraded to 12.6.0 --- package.json | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/package.json b/package.json index b18e2f6..bd62b80 100644 --- a/package.json +++ b/package.json @@ -1,26 +1,26 @@ { - "name": "iotapay", - "version": "1.2.2", - "description": "Pay using IOTA", - "main": "src/index.js", - "scripts": { - "test": "node test/general.js" - }, - "engines": { - "node": ">=8.9.4", - "npm": ">=6.4.1" - }, - "keywords": [ - "iotapay", - "anistark", - "acyclic", - "tangle" - ], - "author": "Kumar Anirudha (http://anirudha.org)", - "license": "MIT", - "dependencies": { - "bluebird": "^3.5.4", - "iota.lib.js": "^0.5.1", - "request": "^2.88.0" - } + "name": "iotapay", + "version": "1.2.2", + "description": "Pay using IOTA", + "main": "src/index.js", + "scripts": { + "test": "node test/general.js" + }, + "engines": { + "node": ">=12.6.0", + "npm": ">=6.9.0" + }, + "keywords": [ + "iotapay", + "anistark", + "acyclic", + "tangle" + ], + "author": "Kumar Anirudha (http://anirudha.org)", + "license": "MIT", + "dependencies": { + "bluebird": "^3.5.4", + "iota.lib.js": "^0.5.1", + "request": "^2.88.0" + } }