From 07e055a5aa7a883d4aecaecd2bcea69fb216d3b0 Mon Sep 17 00:00:00 2001 From: Daniel Guillan Date: Tue, 2 Jun 2015 18:40:26 +0200 Subject: [PATCH] Bump version 3.0.6. Closes #22. --- README.md | 10 ++++------ lib/modernizr-mixin.rb | 4 ++-- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ac17b3e..6d3171f 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,6 @@ There are 4 ways of installing the Modernizr mixin: Download [_modernizr.scss](/stylesheets/_modernizr.scss) and place it in your Sass directory. -### Npm - - npm install --save-dev modernizr-mixin - -Also, `modenirz-mixin` is ready to be used with [Eyeglass](https://github.com/sass-eyeglass/eyeglass) module. - ### Bower Run the following command: @@ -29,6 +23,10 @@ Run the following command: 1. `gem install modernizr-mixin` 2. Add `require 'modernizr-mixin'` to your `config.rb` +### npm / Eyeglass module + + npm install --save-dev modernizr-mixin + ## Usage Import it into your main stylesheet: diff --git a/lib/modernizr-mixin.rb b/lib/modernizr-mixin.rb index a08756f..b7306a9 100644 --- a/lib/modernizr-mixin.rb +++ b/lib/modernizr-mixin.rb @@ -3,6 +3,6 @@ Compass::Frameworks.register('modernizr-mixin', :path => extension_path) module ModernizrMixin - VERSION = "3.0.5" - DATE = "2015-05-04" + VERSION = "3.0.6" + DATE = "2015-06-02" end