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:
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…
x
Reference in New Issue
Block a user