Skip to content

Commit

Permalink
Node version upgraded to 12.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deepansh committed Oct 8, 2019
1 parent de60467 commit da821f4
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <anirudhastark@yahoo.com> (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 <anirudhastark@yahoo.com> (http://anirudha.org)",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.4",
"iota.lib.js": "^0.5.1",
"request": "^2.88.0"
}
}

0 comments on commit da821f4

Please sign in to comment.