From 9bc98c813650c759fce05bbc054581c1b6be1405 Mon Sep 17 00:00:00 2001 From: Wilson Page Date: Wed, 16 Oct 2013 18:22:04 +0100 Subject: [PATCH] Update package files --- bower.json | 2 +- component.json | 33 ++++++++++++++++++++++++--------- 2 files changed, 25 insertions(+), 10 deletions(-) diff --git a/bower.json b/bower.json index ecb8227..5dc9f25 100644 --- a/bower.json +++ b/bower.json @@ -6,7 +6,7 @@ "sass" ], "files": [ - "index.scss" + "sass-import-once.scss" ], "licence": "MIT", "homepage": "https://github.com/wilsonpage/sass-import-once", diff --git a/component.json b/component.json index 0eef10d..ba2d984 100644 --- a/component.json +++ b/component.json @@ -1,10 +1,25 @@ { - "name": "sass-import-once", - "description": "Declares a module that should only be imported once", - "version": "0.1.0", - "keywords": "sass", - "files": [ - "index.scss" - ], - "licence": "MIT" -} \ No newline at end of file + "name": "sass-import-once", + "description": "Declares a module that should only be imported once", + "version": "0.1.0", + "keywords": [ + "sass" + ], + "files": [ + "sass-import-once.scss" + ], + "licence": "MIT", + "homepage": "https://github.com/wilsonpage/sass-import-once", + "authors": [ + "Wilson Page " + ], + "main": "sass-import-once.scss", + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}