Linting with "test"

This commit is contained in:
joshbuddy 2017-06-12 18:39:14 -07:00
parent e32a19b954
commit c5a8acc12d
6 changed files with 219 additions and 211 deletions

View file

@ -1,16 +1,16 @@
const head = {
brick: [0, 62, 53],
yellow: [48, 100, 64]
brick: [0, 62, 53],
yellow: [48, 100, 64]
}
const bg = {
forest: '#006375',
green: '#63D6A3',
blue: '#358EFF',
salmon: '#FF9B7A',
coral: '#F96854',
forest: '#006375',
green: '#63D6A3',
blue: '#358EFF',
salmon: '#FF9B7A',
coral: '#F96854'
}
module.exports = {
head: head,
bg: bg
};
head: head,
bg: bg
}