Skip to content

Commit

Permalink
v2.4.0. Improvement.
Browse files Browse the repository at this point in the history
- v2.4.0 January 3, 2013
	- Dependency upgrades
		-  `less` from ~1.5.1 to ~1.6.0
  • Loading branch information
balupton committed Jan 3, 2014
1 parent 5e64465 commit c1f6da2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

- v2.4.0 January 3, 2013
- Dependency upgrades
- `less` from ~1.5.1 to ~1.6.0

- v2.3.1 December 31, 2013
- Removed support for `cssmin` plugin, cssmin plugin now works differently
- Thanks to [Rob Loach](https://github.com/RobLoach) for [pull request #7](https://github.com/docpad/docpad-plugin-less/pull/7)
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@

[![Build Status](http://img.shields.io/travis-ci/docpad/docpad-plugin-less.png?branch=master)](http://travis-ci.org/docpad/docpad-plugin-less "Check this project's build status on TravisCI")
[![NPM version](http://badge.fury.io/js/docpad-plugin-less.png)](https://npmjs.org/package/docpad-plugin-less "View this project on NPM")
[![Dependency Status](https://david-dm.org/docpad/docpad-plugin-less.png)](https://david-dm.org/docpad/docpad-plugin-less)
[![Gittip donate button](http://img.shields.io/gittip/bevry.png)](https://www.gittip.com/bevry/ "Donate weekly to this project using Gittip")
[![Dependency Status](https://david-dm.org/docpad/docpad-plugin-less.png?theme=shields.io)](https://david-dm.org/docpad/docpad-plugin-less)
[![Development Dependency Status](https://david-dm.org/docpad/docpad-plugin-less/dev-status.png?theme=shields.io)](https://david-dm.org/docpad/docpad-plugin-less#info=devDependencies)<br/>
[![Gittip donate button](http://img.shields.io/gittip/docpad.png)](https://www.gittip.com/docpad/ "Donate weekly to this project using Gittip")
[![Flattr donate button](http://img.shields.io/flattr/donate.png?color=yellow)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr")
[![PayPayl donate button](http://img.shields.io/paypal/donate.png?color=yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal")
[![BitCoin donate button](http://img.shields.io/bitcoin/donate.png?color=yellow)](https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a "Donate once-off to this project using BitCoin")

<!-- /BADGES -->

Expand Down Expand Up @@ -62,9 +64,10 @@ These amazing people are maintaining this project:

No sponsors yet! Will you be the first?

[![Gittip donate button](http://img.shields.io/gittip/bevry.png)](https://www.gittip.com/bevry/ "Donate weekly to this project using Gittip")
[![Gittip donate button](http://img.shields.io/gittip/docpad.png)](https://www.gittip.com/docpad/ "Donate weekly to this project using Gittip")
[![Flattr donate button](http://img.shields.io/flattr/donate.png?color=yellow)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr")
[![PayPayl donate button](http://img.shields.io/paypal/donate.png?color=yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal")
[![BitCoin donate button](http://img.shields.io/bitcoin/donate.png?color=yellow)](https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a "Donate once-off to this project using BitCoin")

### Contributors

Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docpad-plugin-less",
"version": "2.3.1",
"version": "2.4.0",
"description": "Adds support for the LESS CSS pre-processor to DocPad",
"homepage": "http://docpad.org/plugin/less",
"license": {
Expand All @@ -10,10 +10,11 @@
"travis": true,
"npm": true,
"david": true,
"daviddev": false,
"gittip": "bevry",
"daviddev": true,
"gittip": "docpad",
"flattr": "344188/balupton-on-Flattr",
"paypal": "QB8GQPZAH84N6"
"paypal": "QB8GQPZAH84N6",
"bitcoin": "https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a"
},
"keywords": [
"docpad",
Expand Down Expand Up @@ -45,7 +46,7 @@
"node": ">=0.4"
},
"dependencies": {
"less": "~1.5.1"
"less": "~1.6.0"
},
"peerDependencies": {
"docpad": "6"
Expand Down

0 comments on commit c1f6da2

Please sign in to comment.