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

Commit

Permalink
chore: update Drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Sep 10, 2019
1 parent 266a469 commit 0add1c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
"drafter/drafter.gyp",
"drafter/src/*.cc",
"drafter/src/*.h",
"drafter/src/parser/*.cc",
"drafter/src/parser/*.h",
"drafter/src/utils/*.cc",
"drafter/src/utils/*.h",
"drafter/src/utils/so/*.cc",
Expand All @@ -48,6 +50,11 @@
"drafter/src/refract/dsd/*.cc",
"drafter/src/refract/dsd/*.h",
"drafter/ext/boost/boost",
"drafter/ext/PEGTL/include/tao/*.hpp",
"drafter/ext/PEGTL/include/tao/pegtl/*.hpp",
"drafter/ext/PEGTL/include/tao/pegtl/analysis/*.hpp",
"drafter/ext/PEGTL/include/tao/pegtl/contrib/*.hpp",
"drafter/ext/PEGTL/include/tao/pegtl/internal/*.hpp",
"drafter/ext/snowcrash/src/*.cc",
"drafter/ext/snowcrash/src/*.h",
"drafter/ext/snowcrash/src/posix/RegexMatch.cc",
Expand Down

0 comments on commit 0add1c3

Please sign in to comment.