From db008f7cce0ef21c0f5253b3c3ab91e8ae0db85a Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 23 Nov 2012 12:51:23 -0800 Subject: npm: Upgrade to 1.1.66 --- deps/npm/doc/cli/coding-style.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deps/npm/doc') diff --git a/deps/npm/doc/cli/coding-style.md b/deps/npm/doc/cli/coding-style.md index c505dba83..1aa3e80e2 100644 --- a/deps/npm/doc/cli/coding-style.md +++ b/deps/npm/doc/cli/coding-style.md @@ -10,6 +10,8 @@ designed to reduce visual clutter and make bugs more apparent. If you want to contribute to npm (which is very encouraged), you should make your code conform to npm's style. +Note: this concerns npm's code not the specific packages at npmjs.org + ## Line Length Keep lines shorter than 80 characters. It's better for lines to be -- cgit v1.2.1