Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Remove computed property names from oas-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Harrington committed Jan 9, 2018
1 parent e5cbda5 commit bc63995
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/readme-oas-extensions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ module.exports = {
};

module.exports.defaults = {
[module.exports.EXPLORER_ENABLED]: true,
[module.exports.SAMPLES_ENABLED]: true,
[module.exports.SAMPLES_LANGUAGES]: ['curl', 'node', 'ruby', 'javascript', 'python'],
[module.exports.PROXY_ENABLED]: true,
[module.exports.HEADERS]: undefined,
[module.exports.SEND_DEFAULTS]: false,
'x-explorer-enabled': true,
'x-samples-enabled': true,
'x-samples-languages': ['curl', 'node', 'ruby', 'javascript', 'python'],
'x-proxy-enabled': true,
'x-headers': undefined,
'x-send-defaults': false,
};

0 comments on commit bc63995

Please sign in to comment.