diff --git a/.gitignore b/.gitignore index 123ae94..c2d3d33 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,6 @@ build/Release # Dependency directory # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git node_modules + +# WebStorm IDE settings +.idea/ diff --git a/package.json b/package.json index 6771100..f8be9ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-prop-table", - "version": "0.1.1", + "version": "0.2.0", "description": "Parse react source file and generate html or markdown table", "main": "index.js", "scripts": { @@ -41,6 +41,6 @@ "humanize-proptype": "0.0.3", "lodash": "~3.10.1", "markdown-tableify": "0.0.4", - "react-docgen": "~2.4.0" + "react-docgen": "~2.14.0" } }