-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Description
My package.json look like this:
{
"name": "foo",
"version": "1.2.3",
"main": "index.js",
"repository": "https://github.com/foo/bar",
"bugs": "https://github.com/foo/bar/issues"
}
With the default ordering bugs
should be after version
but the message I get is:
Your package.json properties are not in the desired order. Please move bugs before repository.
If I will put bugs
before repository
I will get:
Your package.json properties are not in the desired order. Please move bugs before main.
I think that better instructions will be (notice the quotes I added also):
Your package.json properties are not in the desired order. Please move "bugs" after "version".
My version is: 2.8.2
Metadata
Metadata
Assignees
Labels
enhancement 👑New feature or requestNew feature or request