From 0efda91bc74f5611534931ee69b1989c76109f14 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Thu, 12 Feb 2015 09:35:56 +0100 Subject: [PATCH] README: Add compatibility/coverage matrix as suggested in https://github.com/sass/node-sass/issues/655 --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 987e612..705ee9e 100644 --- a/README.md +++ b/README.md @@ -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.