Skip to content

Commit

Permalink
Add engines to package.json, fixes #83
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Sep 28, 2016
1 parent 79693e1 commit 3ab25b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3ab25b9

Please sign in to comment.