Skip to content

Commit 8415c30

Browse files
committed
RELEASE 1.1.0
1 parent d696787 commit 8415c30

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# MDSS
1+
# MDSS
2+
3+
![NPM version 1.1.0](https://img.shields.io/badge/npm-1.1.0-blue.svg)
24

35
> Stylesheets for displaying and printing Markdown documents
46
@@ -112,7 +114,7 @@ If you are using **MDSS** as an installed NPM package it is recommended to creat
112114
}
113115
}
114116
```
115-
The CLI tool has several options. To see all options see the help of the command in the command line.
117+
The CLI tool has several options. It allows the creation of bundles that excludes a media type, thus you can create a bundle for any combination of media types. To see all options see the help of the command in the command line.
116118

117119
```bash
118120
./node_modules/.bin/mdss --help

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdss",
3-
"version": "1.1.2",
3+
"version": "1.1.0",
44
"description": "Stylesheets for displaying and printing Markdown documents",
55
"author": "Márton Visnovitz <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)