fix docs build

This commit is contained in:
James Baxley 2016-08-31 21:56:27 -04:00 committed by Norbert de Langen
parent 04a8d2a010
commit b5bd13d643
2 changed files with 5 additions and 0 deletions

View File

@ -70,6 +70,10 @@
},
"jest": {
"automock": false,
"testPathIgnorePatterns": [
"node_modules",
"docs"
],
"collectCoverage": true,
"unmockedModulePathPatterns": [
"node_modules/react/",

View File

@ -16,6 +16,7 @@
},
"exclude": [
"typings/globals",
"docs",
"typings/modules",
"node_modules",
"dist",