Skip to content

Commit

Permalink
README: Add compatibility/coverage matrix
Browse files Browse the repository at this point in the history
as suggested in sass/node-sass#655
  • Loading branch information
Turbo87 committed Feb 12, 2015
1 parent 71d87b5 commit 0efda91
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@ node-sass-binaries

This repository contains the native bindings that are published to NPM as part of [node-sass](https://github.com/sass/node-sass).

## Compatibility

The precompiled native bindings are available for [Node.js](http://nodejs.org/) and [io.js](https://iojs.org/) on the most common platforms.

### Node.js 0.12

- Windows (ia32 + x64)
- OS X (x64)
- Linux (ia32 + x64)

### Node.js 0.10

- Windows (ia32 + x64)
- OS X (x64)
- Linux (ia32 + x64)

### io.js 1.2

- Windows (ia32 + x64)
- OS X (x64)
- Linux (ia32 + x64)

## Copyright

Copyright (c) 2013 Andrew Nesbitt. See [LICENSE](https://github.com/sass/node-sass-binaries/blob/master/LICENSE) for details.

0 comments on commit 0efda91

Please sign in to comment.