summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorNik Nyby <nnyby@columbia.edu>2015-12-07 15:28:15 -0500
committerTim Graham <timograham@gmail.com>2015-12-08 15:13:22 -0500
commitd7a58f285b4c0c1b4ec032f9a7bf8f31913d0f5f (patch)
tree14605d4db78ca46137c35f51c4d66c8974927a2f /package.json
parent166e0490d39f619928ee9c5133cc5cab0ae5c1db (diff)
downloaddjango-d7a58f285b4c0c1b4ec032f9a7bf8f31913d0f5f.tar.gz
Refs #25803 -- Documented npm compatibility in package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 97fac62679..d6c2cd0051 100644
--- a/package.json
+++ b/package.json
@@ -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",