mirror of
				https://github.com/django/django.git
				synced 2025-10-30 17:16:10 +00:00 
			
		
		
		
	[1.9.x] Refs #25803 -- Documented npm compatibility in package.json
Backport of d7a58f285b from master
			
			
This commit is contained in:
		| @@ -5,6 +5,9 @@ | |||||||
|     "pretest": "eslint django/ js_tests/admin/", |     "pretest": "eslint django/ js_tests/admin/", | ||||||
|     "test": "grunt test --verbose" |     "test": "grunt test --verbose" | ||||||
|   }, |   }, | ||||||
|  |   "engines": { | ||||||
|  |     "npm": ">=1.3.0 <3.0.0" | ||||||
|  |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "eslint": "^0.22.1", |     "eslint": "^0.22.1", | ||||||
|     "grunt": "^0.4.5", |     "grunt": "^0.4.5", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user