Skip to content

Commit 498cce2

Browse files
author
Joe Richardson
committed
updated bower and index
1 parent feedfc7 commit 498cce2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lemonade",
33
"version": "2",
4-
"main": "css/lemonade.css",
4+
"main": "css/lemonade.min.css",
55
"author": "Joe Richardson",
66
"ignore": [
77
"README.md",

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta name="viewport" content="width=device-width, minimal-ui">
55
<meta charset="UTF-8">
66
<title>Lemonade v2 - Demo</title>
7-
<link rel="stylesheet" href="css/lemonade.css">
7+
<link rel="stylesheet" href="css/lemonade.min.css">
88
</head>
99
<body>
1010

0 commit comments

Comments
 (0)