From a4d4b5daf6eb6260878acef65ac32824f2a14bb0 Mon Sep 17 00:00:00 2001 From: Brian Franco Date: Thu, 12 May 2016 12:08:15 -0400 Subject: [PATCH] Revert Rename --- _flexbox.scss => _flex.scss | 0 bower.json | 4 ++-- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename _flexbox.scss => _flex.scss (100%) diff --git a/_flexbox.scss b/_flex.scss similarity index 100% rename from _flexbox.scss rename to _flex.scss diff --git a/bower.json b/bower.json index de55d74..279ef17 100644 --- a/bower.json +++ b/bower.json @@ -1,9 +1,9 @@ { "name": "sass-flex-mixin", - "version": "1.0.1", + "version": "1.0.3", "license" : "MIT", "main": [ - "_flexbox.scss" + "_flex.scss" ], "ignore": [ "tests", diff --git a/package.json b/package.json index 18b42b0..20e66f6 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "sass-flex-mixin", - "version": "1.0.2", + "version": "1.0.3", "description": "Set of mixins for cross-browser compatible flexbox", "main": "index.js", - "sass": "_flexbox.scss", + "sass": "_flex.scss", "repository": { "type": "git", "url": "https://github.com/mastastealth/sass-flex-mixin.git"