Skip to content

Commit e384088

Browse files
committed
Update for Babel 6 and Webpack
1 parent 226be3a commit e384088

File tree

4 files changed

+2
-18
lines changed

4 files changed

+2
-18
lines changed
File renamed without changes.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<link href="styles.css" rel="stylesheet" type="text/css">
5+
<link href="css/styles.css" rel="stylesheet" type="text/css">
66
</head>
77
<body>
88
<div class="content">
@@ -23,6 +23,6 @@
2323
</div>
2424
<h2>Monthly Payment: <span id="monthlyPayment" class="currency"></span></h2>
2525
</div>
26-
<script src="calc.js"></script>
26+
<script src="js/main.js"></script>
2727
</body>
2828
</html>
File renamed without changes.

package.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)