Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.22 KB

.verb.md

File metadata and controls

40 lines (25 loc) · 1.22 KB

{{#block "logo"}} {%= include("update/logo") %} {{/block}}

{{#block "community" heading="### Community"}} {%= include("update/community") %} {{/block}}

What does {%= name %} do?

Most updaters do one specific thing. This updater updates package.json in the current working directory using [normalize-pkg][].

Getting started

Install

{%= include("update/updater-install") %}

Usage

{%= include("update/updater-run") %}

What will happen?

Upon running $ update package command, this updater's default task will update the package.json in the current working directory using the default settings and schema in [normalize-pkg][].

Learn how to automatically run this updater{built-in-tasks.md#init} with the update command.

Tasks

{%= apidocs('index.js') %}

Visit the documentation for tasks{tasks.md}.

Release history

v1.0.0

Bugfixes

  • fixes how contributors are updated to ensure that any existing contributors (on the package.json contributors array) are retained and merged with the contributors from github's API
  • fixes package.json license when an invalid value exists (from an old bug that has been fixed in [verb][])