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

Commit

Permalink
Release v2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
anolilab committed Aug 19, 2015
1 parent 7e42021 commit ec41a11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
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

0 comments on commit ec41a11

Please sign in to comment.