Skip to content

Commit

Permalink
Merge pull request #7 from AdaRoseCannon/master
Browse files Browse the repository at this point in the history
Tweaks to make it importable via NPM.
  • Loading branch information
stewdio committed Jun 21, 2021
2 parents 9b760cc + bfc454f commit 85f22ad
Show file tree
Hide file tree
Showing 14 changed files with 588 additions and 119 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
node_modules
5 changes: 5 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"asi": true,
"esversion": 9,
"sub": true
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<meta property="og:url" content="https://stewartsmith.io/handy/">

<link type="text/css" rel="stylesheet" href="styles/base.css">
<script type="module" src="scripts/main.js"></script>
<script type="module" src="scripts/main.min.esm.js"></script>
</head>
<body>
<div id="three"></div>
Expand Down
Loading

0 comments on commit 85f22ad

Please sign in to comment.