diff --git a/bower.json b/bower.json index 525076d..de55d74 100644 --- a/bower.json +++ b/bower.json @@ -1,9 +1,9 @@ { "name": "sass-flex-mixin", - "version": "1.0.0", + "version": "1.0.1", "license" : "MIT", "main": [ - "flex.scss" + "_flexbox.scss" ], "ignore": [ "tests", @@ -15,6 +15,8 @@ "devDependencies": {}, "keywords": [ "sass", - "css" + "css", + "flexbox", + "mixin" ] }