Skip to content

Commit

Permalink
Update for Babel 6 and Webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoenraets committed Dec 14, 2015
1 parent 226be3a commit e384088
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 18 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<link href="styles.css" rel="stylesheet" type="text/css">
<link href="css/styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="content">
Expand All @@ -23,6 +23,6 @@
</div>
<h2>Monthly Payment: <span id="monthlyPayment" class="currency"></span></h2>
</div>
<script src="calc.js"></script>
<script src="js/main.js"></script>
</body>
</html>
File renamed without changes.
16 changes: 0 additions & 16 deletions package.json

This file was deleted.

0 comments on commit e384088

Please sign in to comment.