Skip to content

Commit

Permalink
Merge pull request #3 from alsiola/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
alsiola committed Apr 23, 2017
2 parents 10ea2e2 + 79426e0 commit d6ba0e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/alsiola/react-doc-props.svg?branch=master)](https://travis-ci.org/alsiola/react-doc-props)
[![Coverage Status](https://coveralls.io/repos/github/alsiola/react-doc-props/badge.svg?branch=develop)](https://coveralls.io/github/alsiola/react-doc-props?branch=develop)
# react-doc-props

react-doc-props is a package that allows you to write comprehensive in-file documentation of React components. This documentation will then generate the correct propTypes and defaultProps for your component. Additionally, a `DocDisplay` component is provided that will display the documentation in a human-friendly format, which can be integrated with, for example, React-Storybook.
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"jsnext:main": "dist/main.mjs",
"browser": "dist/main.browser.js",
"scripts": {
"test": "jest --coverage",
"test:watch": "npm run test -- --watch"
"test": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"test:local": "jest",
"test:watch": "npm run test:local -- --watch"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,6 +42,7 @@
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-stage-1": "^6.24.1",
"babel-runtime": "^6.23.0",
"coveralls": "^2.13.0",
"del": "^2.2.2",
"jest": "^19.0.2",
"rollup": "^0.41.6",
Expand Down

0 comments on commit d6ba0e1

Please sign in to comment.