Skip to content

Commit

Permalink
Merge pull request #22 from russellhoff/master
Browse files Browse the repository at this point in the history
V 1.1.1
  • Loading branch information
lmammino authored Nov 29, 2017
2 parents f2b9b37 + 2448998 commit 540dd0a
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "godaddy-dns",
"version": "1.1.0",
"version": "1.1.1",
"description": "A Node.js script to programmatically update GoDaddy DNS records",
"repository": {
"type": "git",
Expand All @@ -21,15 +21,24 @@
},
"author": {
"name": "Luciano Mammino",
"email": "[email protected]",
"url": "https://loige.co"
},
"contributors": [
{
"name": "Jon Inazio Sánchez Martínez",
"email": "[email protected]",
"url": "https://www.joninx.com/"
}
],
"engines": {
"node": ">=6.0.0"
},
"engine-strict": true,
"dependencies": {
"commander": "^2.9.0",
"request": "^2.72.0"
"request": "^2.72.0",
"request-promise": "^4.2.2"
},
"devDependencies": {
"eslint": "^4.11.0",
Expand All @@ -38,7 +47,6 @@
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"pkg": "^4.3.0-beta.1",
"request-promise": "^4.2.2"
"pkg": "^4.3.0-beta.1"
}
}

0 comments on commit 540dd0a

Please sign in to comment.