Skip to content

Commit

Permalink
fix: remove /dist/ from /lookout.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kdoran authored Oct 23, 2018
1 parent 280b6ea commit ea06878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</head>
<body>
<div id="app"></div>
<script src="./dist/lookout.js"></script>
<script src="./lookout.js"></script>
</body>
</html>

0 comments on commit ea06878

Please sign in to comment.