Skip to content

Commit cecfaf1

Browse files
committed
feat(rules): defined initial details
1 parent 950e146 commit cecfaf1

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"publishConfig": {
1010
"access": "public"
1111
},
12-
"files": ["dist/"],
12+
"main": "rules.json",
13+
"files": ["rules.json", "dist/"],
1314
"repository": "travi-org/brand",
1415
"bugs": "https://github.com/travi-org/brand/issues",
1516
"homepage": "https://npm.im/@travi/brand",

rules.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"colors": {
3+
"brand-pallette": {
4+
"dark-red": {"red": 200, "green": 0, "blue": 0}
5+
}
6+
},
7+
"typefaces": {
8+
"logo": {
9+
"name": "Permanent Marker",
10+
"fallback": "Franklin Gothic Demi Cond, sans-serif"
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)