Merge pull request #578 from 0xProject/document-node-version
Document Node.js version requirement and add it to package.json
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user