feross/drag-drop

`example.html` almost works out of the box

gitfoxi opened this issue · 1 comments

diff --git a/example.html b/example.html
index d7e24e7..34c6dd9 100644
--- a/example.html
+++ b/example.html
@@ -12,7 +12,7 @@
   </head>
   <body>
     <h1>Drag something onto this page</h1>
-    <script src="dragdrop.bundle.js"></script>
+    <script src="dragdrop.min.js"></script>
     <script>
       window.remove = DragDrop('body', function (files) {
         var names = files.map(function (file) { return file.name })

Fixed. Thanks!