Skip to content
This repository has been archived by the owner on Dec 13, 2017. It is now read-only.

Commit

Permalink
fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
James Baxley committed Sep 1, 2016
1 parent 2422deb commit 7267b1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
},
"jest": {
"automock": false,
"testPathIgnorePatterns": [
"node_modules",
"docs"
],
"collectCoverage": true,
"unmockedModulePathPatterns": [
"node_modules/react/",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"exclude": [
"typings/globals",
"docs",
"typings/modules",
"node_modules",
"dist",
Expand Down

0 comments on commit 7267b1b

Please sign in to comment.