From d7ff07135a685dd89c15e29d6a28fca33cf448b0 Mon Sep 17 00:00:00 2001 From: Mason Pawsey Date: Thu, 8 Mar 2018 12:41:39 -0800 Subject: [PATCH] docs: capitalize javascript cause why not (#18514) Edited line 60, changed 'javascript' to 'JavaScript' to match line 57. PR-URL: https://github.com/npm/npm/pull/18514 Credit: @masonpawsey Reviewed-By: @zkat --- doc/misc/npm-developers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/misc/npm-developers.md b/doc/misc/npm-developers.md index 2f54b98fb9e..55c8d9b08d1 100644 --- a/doc/misc/npm-developers.md +++ b/doc/misc/npm-developers.md @@ -57,7 +57,7 @@ least, you need: use the name to specify that it runs on node, or is in JavaScript. You can use the "engines" field to explicitly state the versions of node (or whatever else) that your program requires, and it's pretty - well assumed that it's javascript. + well assumed that it's JavaScript. It does not necessarily need to match your github repository name.