[1.9.x] Refs #25803 -- Documented npm compatibility in package.json

Backport of d7a58f285b from master
This commit is contained in:
Nik Nyby 2015-12-07 15:28:15 -05:00 committed by Tim Graham
parent abeb50db5d
commit abd870651c
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
"pretest": "eslint django/ js_tests/admin/",
"test": "grunt test --verbose"
},
"engines": {
"npm": ">=1.3.0 <3.0.0"
},
"devDependencies": {
"eslint": "^0.22.1",
"grunt": "^0.4.5",