Skip to content

Commit 3cbb87a

Browse files
committed
Update description; add license to library
1 parent 6263d1d commit 3cbb87a

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mdast-util-heading-style",
33
"main": "mdast-util-heading-style.js",
4-
"description": "Utility to get the style of a heading",
4+
"description": "Utility to get the style of an mdast heading",
55
"license": "MIT",
66
"keywords": [
77
"mdast",

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mdast-util-heading-style",
33
"version": "0.1.0",
4-
"description": "Utility to get the style of a heading",
4+
"description": "Utility to get the style of an mdast heading",
55
"license": "MIT",
66
"keywords": [
77
"mdast",

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* @author Titus Wormer
33
* @copyright 2015 Titus Wormer. All rights reserved.
4-
* @module mdast-util-heading-style
5-
* @fileoverview Utility to get the style of a heading.
4+
* @module mdast:util:heading-style
5+
* @fileoverview Utility to get the style of an mdast heading.
66
*/
77

88
'use strict';

mdast-util-heading-style.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
/**
33
* @author Titus Wormer
44
* @copyright 2015 Titus Wormer. All rights reserved.
5-
* @module mdast-util-heading-style
6-
* @fileoverview Utility to get the style of a heading.
5+
* @module mdast:util:heading-style
6+
* @fileoverview Utility to get the style of an mdast heading.
77
*/
88

99
'use strict';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mdast-util-heading-style",
33
"version": "0.1.0",
4-
"description": "Utility to get the style of a heading",
4+
"description": "Utility to get the style of an mdast heading",
55
"license": "MIT",
66
"keywords": [
77
"mdast",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# mdast-util-heading-style [![Build Status](https://img.shields.io/travis/wooorm/mdast-util-heading-style.svg?style=flat)](https://travis-ci.org/wooorm/mdast-util-heading-style) [![Coverage Status](https://img.shields.io/coveralls/wooorm/mdast-util-heading-style.svg?style=flat)](https://coveralls.io/r/wooorm/mdast-util-heading-style?branch=master)
22

3-
[**mdast**](https://github.com/wooorm/mdast) utility to get the style of a
3+
Utility to get the style of an [**mdast**](https://github.com/wooorm/mdast)
44
heading.
55

66
## Installation

0 commit comments

Comments
 (0)