diff --git a/bower.json b/bower.json index cacdee2..bae344d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "growcss-sass-config-manager", - "version": "2.0.9", + "version": "2.0.10", "homepage": "http://growcss.com/", "authors": [ "Daniel Bannert " @@ -25,7 +25,7 @@ ], "license": "MIT", "main": [ - "./dist/config-manager.scss" + "./dist/_config-manager.scss" ], "ignore": [ "**/.*", diff --git a/dist/_config-manager.scss b/dist/_config-manager.scss index b617e88..d0fe3b4 100644 --- a/dist/_config-manager.scss +++ b/dist/_config-manager.scss @@ -54,7 +54,7 @@ $config-attr: () !default; $config-default: () !default; // Here are all the helpers. -// - - - - - - - - - - - - - - - - - - - - - - - - - +// - - - - - - - - - - - - - - - - - - - - - - - - - // Return list-map from `$list` and ensure input list-map is list-of-lists // // @function list-map-check diff --git a/package.json b/package.json index 04e7cfb..25dc928 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "growcss-sass-config-manager", - "version": "2.0.9", + "version": "2.0.10", "description": "A dot-syntax configuration (Map) library for Sass (mixin / function).", "author": { "name": "Daniel Bannert", "email": "d.bannert@anolilab.de" }, "homepage": "http://growcss.com/", - "main": "./dist/config-manager.scss", + "main": "./dist/_config-manager.scss", "repository": { "type": "git", "url": "https://github.com/growcss/sass-config-manager.git" diff --git a/tests/specs/_config-manager.scss b/tests/specs/_config-manager.scss index b617e88..d0fe3b4 100644 --- a/tests/specs/_config-manager.scss +++ b/tests/specs/_config-manager.scss @@ -54,7 +54,7 @@ $config-attr: () !default; $config-default: () !default; // Here are all the helpers. -// - - - - - - - - - - - - - - - - - - - - - - - - - +// - - - - - - - - - - - - - - - - - - - - - - - - - // Return list-map from `$list` and ensure input list-map is list-of-lists // // @function list-map-check