We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b456a01 commit 3c65535Copy full SHA for 3c65535
README.md
@@ -27,7 +27,7 @@ Below is a list of rules that valid `npm` package name should conform to.
27
- package name *can* consist of hyphens
28
- package name must *not* contain any non-url-safe characters (since name ends up being part of a URL)
29
- package name should not start with `.` or `_`
30
-- package name should *not* contain any leading or trailing spaces
+- package name should *not* contain any spaces
31
- package name should *not* contain any of the following characters: `~)('!*`
32
- 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:
33
+ http
0 commit comments