Skip to content

Commit

Permalink
Update package files
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonpage committed Oct 16, 2013
1 parent a951cf8 commit 9bc98c8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -6,7 +6,7 @@
"sass"
],
"files": [
"index.scss"
"sass-import-once.scss"
],
"licence": "MIT",
"homepage": "https://github.com/wilsonpage/sass-import-once",
Expand Down
33 changes: 24 additions & 9 deletions 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"
}
"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 <wilsonpage@me.com:>"
],
"main": "sass-import-once.scss",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 9bc98c8

Please sign in to comment.