Skip to content
This repository has been archived by the owner on Jun 4, 2020. It is now read-only.

Commit

Permalink
fix: update npm scope
Browse files Browse the repository at this point in the history
  • Loading branch information
germanattanasio authored Jul 20, 2018
1 parent c74bef7 commit 6e18032
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"watson-developer-cloud": "^3.7"
},
"engines": {
"node": ">=6.0",
"npm": ">=3.0"
"node": ">=8.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,5 +46,9 @@
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"supertest": "^3.1.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}

0 comments on commit 6e18032

Please sign in to comment.