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:53 -0500
commitabd870651c7de87b4b1340d966d0140cc802cac7 (patch)
treeec28480908a4f7c97b8a1737e274c324e20dcdd3 /package.json
parentabeb50db5dbc9e5b08c2974d39c1f92e0c051c1c (diff)
[1.9.x] Refs #25803 -- Documented npm compatibility in package.json
Backport of d7a58f285b4c0c1b4ec032f9a7bf8f31913d0f5f from master
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 6b8e035c38..94e88c7ead 100644
--- a/package.json
+++ b/package.json
@@ -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",