Skip to content

Commit

Permalink
Support API Elements Parse Result
Browse files Browse the repository at this point in the history
Update dependencies to support the Refract Parse Result instead of the AST
Parse Result. Deprecated API Blueprint AST support has been removed in
drafter 4.0.

https://github.com/apiaryio/drafter/blob/master/CHANGELOG.md#breaking-1

- Update drafter (NPM) to 2.0.0-pre.1

  https://github.com/apiaryio/drafter-npm/releases/tag/v2.0.0-pre.1

- Fix build on Mac 10.13.6

  See apiaryio/protagonist#191 for details

- Replace my own aglio-theme-olio

  https://github.com/Gasol/aglio-theme-olio/tree/lib

- Update gitignore to ignore cache directory and yarn related files
  • Loading branch information
Gasol committed May 15, 2019
1 parent 0cef09a commit 015e620
Show file tree
Hide file tree
Showing 4 changed files with 5,364 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
.idea
/cache
node_modules
npm-debug.log
lib
test-js
coverage.html
example.html
example-compiled.apib
yarn-error.log
yarn.lock
Loading

0 comments on commit 015e620

Please sign in to comment.