Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Add support for node 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Erz committed Feb 22, 2015
1 parent 0f4771b commit 500aa4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"

branches:
except:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Native PNG image manipulation
[![npm version](https://badge.fury.io/js/pngjs-image.svg)](http://badge.fury.io/js/pngjs-image)

[![NPM](https://nodei.co/npm/pngjs-image.png?downloads=true)](https://nodei.co/npm/pngjs-image/)
[![NPM](https://nodei.co/npm-dl/pngjs-image.png?months=3&height=2)](https://nodei.co/npm/pngjs-image/)


[API-Documentation](http://yahoo.github.io/pngjs-image/docs/)
Expand Down Expand Up @@ -178,6 +179,7 @@ The following third-party libraries are used by this module:

###Dev-Dependencies
* chai: http://chaijs.com
* coveralls: https://github.com/cainus/node-coveralls
* istanbul: https://github.com/gotwarlost/istanbul
* mocha: https://github.com/visionmedia/mocha
* yuidocjs: https://github.com/yui/yuidoc
Expand Down

0 comments on commit 500aa4f

Please sign in to comment.