Merge branch 'development' into improvement/addCustomTslintRules

* development:
  fix style errors
  Fix circular dependency
  Add my profile image to images
  Add myself to about page
  Add dogfood configs to website
  Change minimum Node version to 6.12
  Document Node.js version requirement and add it to package.json
This commit is contained in:
Fabio Berger
2018-05-16 15:15:23 +02:00
35 changed files with 114 additions and 16 deletions

View File

@@ -1,6 +1,9 @@
{
"name": "@0xproject/react-docs",
"version": "0.0.11",
"engines": {
"node" : ">=6.12"
},
"description": "React documentation component for rendering TypeDoc & Doxity generated JSON",
"main": "lib/index.js",
"types": "lib/index.d.ts",