1
0
mirror of https://github.com/django/django.git synced 2025-07-18 08:39:15 +00:00

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

Backport of d7a58f285b4c0c1b4ec032f9a7bf8f31913d0f5f 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

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",