set jsdoc tutorials to come from docs

This commit is contained in:
Michael "Z" Goddard
2019-06-19 18:36:17 -04:00
parent 5d7957ff9b
commit b7004878ff

View File

@@ -15,6 +15,7 @@
"private": true,
"readme": "README.md",
"recurse": true,
"template": "node_modules/docdash"
"template": "node_modules/docdash",
"tutorials": "docs"
}
}