If you haven't already set your NPM author info, now you should:
npm set init.author.name "Your Name"
npm set init.author.email "[email protected]"
npm set init.author.url "http://yourblog.com"
npm adduser
If you haven't already set your NPM author info, now you should:
npm set init.author.name "Your Name"
npm set init.author.email "[email protected]"
npm set init.author.url "http://yourblog.com"
npm adduser
Regarding property ordering, I have to disagree that alphabetical is the sensible route. My ordering might seem strange, but the properties are grouped and ordered by relation to one another. Given the following example:
.element {
box-sizing: content-box;
color: blue;
display: block;
font-family: "Open Sans", sans-serif;
font-size: 13px;
font-style: italic;
<?php /* | |
Plugin Name: Dynamic Image Resizer | |
Plugin URI: http://ottopress.com | |
Author: Otto42 / Modified by JochenT | |
Author URI: http://ottodestruct.com | |
Version: 1.0.0.1.jt-3 (11.10.2013) | |
Description: Change the WordPress image uploader system to do image resizing on the fly. | |
*/ | |
/* |
<?php | |
/* | |
Plugin Name: R Debug | |
Description: Set of dump helpers for debug. | |
Author: Andrey "Rarst" Savchenko | |
Author URI: http://www.rarst.net/ | |
License: MIT | |
*/ | |
/** |