Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

header-command

webmodules9MIT1.0.2TypeScript support: included

Command implementation for header tags ("h1", "h2", "h3", etc.)

browser, command, interface, header, h1, h2, h3, h4, h5, h6

readme

header-command

Command implementation for header tags ("h1", "h2", "h3", etc.)

Sauce Test Status

Build Status

Installation

$ npm install header-command

changelog

1.0.2 / 2015-02-27

  • package: allow any "zuul" v1
  • package: update "unwrap-node" to v1.0.0
  • package: update "current-range" to v1.1.1
  • package: update "typescript" to v1.4.1

1.0.1 / 2014-10-30

  • add README.md file
  • setup Travis-CI + Saucelabs automated testing
  • package: update outdated dependencies

1.0.0 / 2014-08-27

  • test: add initial test cases
  • index: implement basic LI element handling
  • package: add npm "prepublish" script
  • package: add "typescript" as a dev dependency
  • index: allow 1 or 'h1' construtor input types
  • initial commit