Skip to content
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.

Commit

Permalink
Merge pull request #31 from PrisisForks/master
Browse files Browse the repository at this point in the history
Release v2.0.10
  • Loading branch information
prisis committed Aug 19, 2015
2 parents da11b96 + 006aca2 commit d5ee127
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "growcss-sass-config-manager",
"version": "2.0.9",
"version": "2.0.10",
"homepage": "http://growcss.com/",
"authors": [
"Daniel Bannert <d.bannert@anolilab.de>"
Expand All @@ -25,7 +25,7 @@
],
"license": "MIT",
"main": [
"./dist/config-manager.scss"
"./dist/_config-manager.scss"
],
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion dist/_config-manager.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tests/specs/_config-manager.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5ee127

Please sign in to comment.