Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update documentation
  • Loading branch information
RobLoach committed Jan 23, 2014
1 parent 659c53c commit e79d605
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 15 deletions.
26 changes: 18 additions & 8 deletions README.md
Expand Up @@ -2,11 +2,11 @@

<!-- BADGES/ -->

[![Build Status](https://secure.travis-ci.org/RobLoach/docpad-plugin-htmlmin.png?branch=master)](http://travis-ci.org/RobLoach/docpad-plugin-htmlmin "Check this project's build status on TravisCI")
[![NPM version](https://badge.fury.io/js/docpad-plugin-htmlmin.png)](http://badge.fury.io/js/docpad-plugin-htmlmin "View this project on NPM")
[![Gittip button](http://img.shields.io/gittip/RobLoach.png)](https://www.gittip.com/RobLoach/ "Support this project using Gittip")
[![Flattr button](http://img.shields.io/flattr/donate.png?color=yellow)](http://flattr.com/thing/2257574/RobLoach "Support this project using Flattr")
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/RobLoach/docpad-plugin-htmlmin/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
[![Build Status](http://img.shields.io/travis-ci/RobLoach/docpad-plugin-htmlmin.png?branch=master)](http://travis-ci.org/RobLoach/docpad-plugin-htmlmin "Check this project's build status on TravisCI")
[![NPM version](http://badge.fury.io/js/docpad-plugin-htmlmin.png)](https://npmjs.org/package/docpad-plugin-htmlmin "View this project on NPM")
[![Dependency Status](https://david-dm.org/RobLoach/docpad-plugin-htmlmin.png?theme=shields.io)](https://david-dm.org/RobLoach/docpad-plugin-htmlmin)<br/>
[![Gittip donate button](http://img.shields.io/gittip/RobLoach.png)](https://www.gittip.com/RobLoach/ "Donate weekly to this project using Gittip")
[![Flattr donate button](http://img.shields.io/flattr/donate.png?color=yellow)](http://flattr.com/thing/2257574/RobLoach "Donate monthly to this project using Flattr")

<!-- /BADGES -->

Expand Down Expand Up @@ -99,13 +99,21 @@ htmlmin:

These amazing people are maintaining this project:

- Rob Loach (https://github.com/robloach)
- Rob Loach (http://github.com/RobLoach)

### Sponsors

No sponsors yet! Will you be the first?

[![Gittip donate button](http://img.shields.io/gittip/RobLoach.png)](https://www.gittip.com/RobLoach/ "Donate weekly to this project using Gittip")
[![Flattr donate button](http://img.shields.io/flattr/donate.png?color=yellow)](http://flattr.com/thing/2257574/RobLoach "Donate monthly to this project using Flattr")

### Contributors

These amazing people have contributed code to this project:

- Rob Loach (https://github.com/robloach) - [view contributions](https://github.com/RobLoach/docpad-plugin-htmlmin/commits?author=RobLoach)
- [Benjamin Lupton](https://github.com/balupton) <b@lupton.cc>[view contributions](https://github.com/RobLoach/docpad-plugin-htmlmin/commits?author=balupton)
- [RobLoach](https://github.com/RobLoach)[view contributions](https://github.com/RobLoach/docpad-plugin-htmlmin/commits?author=RobLoach)

[Become a contributor!](https://github.com/RobLoach/docpad-plugin-htmlmin/blob/master/CONTRIBUTING.md#files)

Expand All @@ -118,6 +126,8 @@ These amazing people have contributed code to this project:

Licensed under the incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT license](http://creativecommons.org/licenses/MIT/)

Copyright &copy; Rob Loach (http://robloach.net)
Copyright &copy; Rob Loach (http://github.com/RobLoach)

<!-- /LICENSE -->


20 changes: 13 additions & 7 deletions package.json
@@ -1,9 +1,11 @@
{
"title": "HTML-Minifier Plugin for DocPad",
"name": "docpad-plugin-htmlmin",
"version": "2.3.1",
"version": "2.3.2",
"description": "Adds support to minify HTML in DocPad.",
"license": "MIT",
"license": {
"type": "MIT"
},
"homepage": "http://github.com/robloach/docpad-plugin-htmlmin",
"keywords": [
"docpad",
Expand All @@ -14,14 +16,17 @@
"travis": true,
"npm": true,
"gittip": "RobLoach",
"flattr": "2257574/RobLoach"
"flattr": "2257574/RobLoach",
"david": true,
"daviddev": false
},
"author": "Rob Loach (http://robloach.net)",
"author": "Rob Loach (http://github.com/RobLoach)",
"maintainers": [
"Rob Loach (http://robloach.net)"
"Rob Loach (http://github.com/RobLoach)"
],
"contributors": [
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)",
"RobLoach (https://github.com/RobLoach)"
],
"bugs": {
"url": "http://github.com/robloach/docpad-plugin-htmlmin/issues"
Expand All @@ -30,6 +35,7 @@
"type": "git",
"url": "https://github.com/RobLoach/docpad-plugin-htmlmin.git"
},
"repo": "RobLoach/docpad-plugin-htmlmin",
"engines": {
"node": ">=0.4",
"docpad": "6.x"
Expand All @@ -52,4 +58,4 @@
"peerDependencies": {
"docpad": "6"
}
}
}

0 comments on commit e79d605

Please sign in to comment.