Skip to content

Commit

Permalink
Merge pull request #4 from near-examples/gagdiez/fix-build
Browse files Browse the repository at this point in the history
fixed website
  • Loading branch information
gagdiez authored Aug 4, 2022
2 parents fd1cefb + b231cc6 commit 33492ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ <h1>
</main>
</div>

<script src="./assets/js/index.js"></script>
<script src="./assets/js/index.js" type="module"></script>
</body>
</html>
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
},
"devDependencies": {
"ava": "^4.2.0",
"buffer": "^6.0.3",
"env-cmd": "^10.1.0",
"near-cli": "^3.2.0",
"near-workspaces": "^3.1.0",
"nodemon": "~2.0.15",
"process": "^0.11.10",
"ts-node": "^10.7.0",
"typescript": "^4.7.4"
},
Expand Down

0 comments on commit 33492ec

Please sign in to comment.