Skip to content
This repository has been archived by the owner on Feb 14, 2019. It is now read-only.

Commit

Permalink
Merge pull request #30 from watson-developer-cloud/fix-bind
Browse files Browse the repository at this point in the history
Fixes issue with service bind and IAM credentials
  • Loading branch information
germanattanasio committed Jul 27, 2018
2 parents 9cf842a + 3d82b22 commit 8bd8be4
Show file tree
Hide file tree
Showing 239 changed files with 8,376 additions and 1,010 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
mocha: true
rules:
no-param-reassign: 0
max-len: [2, 82, 4, { "ignoreComments": true, "ignorePattern": '^\s*const\s.+=\s*require\s*\(' }]
max-len: [2, 85, 4, { "ignoreComments": true, "ignorePattern": '^\s*const\s.+=\s*require\s*\(' }]
comma-dangle: ["error", "never"]
no-useless-return: 0
no-underscore-dangle: 0
Expand Down
Loading

0 comments on commit 8bd8be4

Please sign in to comment.