Skip to content

Commit aae19d4

Browse files
committed
Composer package configuration
1 parent 7f10939 commit aae19d4

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
*.css.map
33
*.sass.map
44
*.scss.map
5-
.DS_Store
5+
.DS_Store
6+
/vendor/

composer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "deviscoding/palette",
3+
"description": "SASS and CSS utilities for the Material Design color palette.",
4+
"type": "library",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "AMJones",
9+
"email": "aaron@jonesiscoding.com"
10+
}
11+
],
12+
"require": {}
13+
}

0 commit comments

Comments
 (0)