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

Commit

Permalink
Remove json options as it does not make any sense
Browse files Browse the repository at this point in the history
  • Loading branch information
XVincentX committed Aug 31, 2016
1 parent 65bf39c commit 246960b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ This changelog tracks changes starting from first public release.

- Minimum VSCode version has been highered to 1.4.0 and I'll keep update it as interesting features will be released. Please keep in mind I'll never consider this a breaking change.

- The `json` option for drafter.js has been removed as, using `fury`, all the payload will be converted in JSON anyway.


## v0.2.0

Expand Down
5 changes: 0 additions & 5 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@
"default": false,
"description": "Set to true generate an error if the blueprint is missing a title."
},
"apiElements.parser.json": {
"type": "boolean",
"default": true,
"description": "Set to true to return raw json as parse result"
},
"apiElements.parser.exportSourcemap": {
"type": "boolean",
"default": true,
Expand Down

0 comments on commit 246960b

Please sign in to comment.