Skip to content

Commit

Permalink
Include dist
Browse files Browse the repository at this point in the history
  • Loading branch information
greegus committed Feb 6, 2019
1 parent 144d640 commit 473c2ea
Show file tree
Hide file tree
Showing 5 changed files with 2,333 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.DS_Store
node_modules
/dist

# local env files
.env.local
Expand Down
8 changes: 8 additions & 0 deletions dist/demo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<meta charset="utf-8">
<title>last-modal demo</title>
<script src="./last-modal.umd.js"></script>


<script>
console.log(last-modal)
</script>
Loading

0 comments on commit 473c2ea

Please sign in to comment.