Skip to content
This repository has been archived by the owner on May 28, 2018. It is now read-only.

README: Add compatibility/coverage matrix #41

Merged
merged 1 commit into from
Feb 12, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.