Add engines to package.json, fixes #83

This commit is contained in:
Roman Hotsiy 2016-09-28 09:33:56 +03:00
parent 79693e1b27
commit 3ab25b9ff8
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -6,6 +6,10 @@
"type": "git",
"url": "git://github.com/Rebilly/ReDoc"
},
"engines": {
"node": ">=4.0.0",
"npm": ">=3.0.0"
},
"main": "dist/redoc.min.js",
"scripts": {
"test": "npm run lint && node ./build/run_tests.js",