mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-07 21:40:32 +03:00
Add engines to package.json, fixes #83
This commit is contained in:
parent
79693e1b27
commit
3ab25b9ff8
|
@ -6,6 +6,10 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/Rebilly/ReDoc"
|
"url": "git://github.com/Rebilly/ReDoc"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=4.0.0",
|
||||||
|
"npm": ">=3.0.0"
|
||||||
|
},
|
||||||
"main": "dist/redoc.min.js",
|
"main": "dist/redoc.min.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "npm run lint && node ./build/run_tests.js",
|
"test": "npm run lint && node ./build/run_tests.js",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user