We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53bc6f4 commit fbf1906Copy full SHA for fbf1906
package.json
@@ -14,7 +14,7 @@
14
"coveralls": "cat ./coverage/lcov.info | coveralls",
15
"show:cov": "open coverage/lcov-report/index.html",
16
"docs:react": "react-docgen src -e src/**/*.test.js$|scripts/buildDocs.sh",
17
- "docs:util": "jsdoc src/util/index.js -d docs/util/",
+ "docs:util": "jsdoc src/util/index.js README.md -d docs/util/",
18
"docs": "npm run docs:react && npm run docs:util"
19
},
20
"jest": {
0 commit comments