Updated Package.json

This commit is contained in:
Shahrukh A. Khan
2014-08-19 14:34:48 -07:00
parent c4cf1f7c07
commit c99faba4fe
+6 -2
View File
@@ -1,6 +1,9 @@
{
"name": "S3-Colors",
"filename": "s3-colors.css",
"files": [
"s3-colors.css",
"s3-colors.min.css"
],
"version": "1.0",
"description": "Easy to use CSS Colors in your project with simple class you can colorize your text or background with the class of color name.",
"homepage": "http://shaz3e.github.io/S3-Colors/",
@@ -24,7 +27,8 @@
"target": "https://github.com/Shaz3e/S3-Colors.git",
"basePath": "",
"files": [
"s3-colors.css"
"s3-colors.css",
"s3-colors.min.css"
]
}
}