[1.9.x] Refs #25803 -- Documented npm compatibility in package.json
Backport of d7a58f285b
from master
This commit is contained in:
parent
abeb50db5d
commit
abd870651c
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue