Refs #25803 -- Documented npm compatibility in package.json

This commit is contained in:
Nik Nyby 2015-12-07 15:28:15 -05:00 committed by Tim Graham
parent 166e0490d3
commit d7a58f285b
1 changed files with 3 additions and 0 deletions

View File

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