We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb27ae commit 52ff0f1Copy full SHA for 52ff0f1
1 file changed
README.md
@@ -42,7 +42,7 @@ Below is a list of rules that valid `npm` package name should conform to.
42
### Valid Names
43
44
```js
45
-var validate = require("validate-npm-package-name")
+const validate = require("validate-npm-package-name")
46
47
validate("some-package")
48
validate("example.com")
0 commit comments