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 #9 from PrisisForks/master
Browse files Browse the repository at this point in the history
	Fixed main in bower.json and package.json
  • Loading branch information
prisis committed Jul 5, 2015
2 parents 89a8504 + 1542ad6 commit 143d239
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "growcss-sass-config-manager",
"version": "2.0.1",
"version": "2.0.2",
"homepage": "http://growcss.com/",
"authors": [
"Daniel Bannert <d.bannert@anolilab.de>"
Expand All @@ -15,6 +15,9 @@
"bower"
],
"license": "MIT",
"main": [
"./src/scss/config-manager.scss"
],
"ignore": [
"**/.*",
"node_modules",
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.1",
"version": "2.0.2",
"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": "library.js",
"main": "./sass-config-manager/src/scss/config-manager.scss",
"repository": {
"type": "git",
"url": "https://github.com/growcss/sass-config-manager.git"
Expand Down

0 comments on commit 143d239

Please sign in to comment.