From 19e200dcf1230fd8337d0b6f969f46db143482b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Huchet?= Date: Mon, 30 Dec 2019 13:47:51 +0100 Subject: [PATCH 1/2] chore: update misleading naming rule --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43cfabb..46aab0c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Below is a list of rules that valid `npm` package name should conform to. - package name *can* consist of hyphens - package name must *not* contain any non-url-safe characters (since name ends up being part of a URL) - package name should not start with `.` or `_` -- package name should *not* contain any leading or trailing spaces +- package name should *not* any spaces - package name should *not* contain any of the following characters: `~)('!*` - package name *cannot* be the same as a node.js/io.js core module nor a reserved/blacklisted name. For example, the following names are invalid: + http From 94bb4fc64d1e4eefdbcf1ec718d1c1bcb63a1f65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Huchet?= Date: Mon, 30 Dec 2019 13:48:37 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46aab0c..7f6d6b2 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Below is a list of rules that valid `npm` package name should conform to. - package name *can* consist of hyphens - package name must *not* contain any non-url-safe characters (since name ends up being part of a URL) - package name should not start with `.` or `_` -- package name should *not* any spaces +- package name should *not* contain any spaces - package name should *not* contain any of the following characters: `~)('!*` - package name *cannot* be the same as a node.js/io.js core module nor a reserved/blacklisted name. For example, the following names are invalid: + http