Skip to content

Commit

Permalink
Upgrade deps; fix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
andy0130tw committed Jul 11, 2023
1 parent c842690 commit 480d18d
Show file tree
Hide file tree
Showing 10 changed files with 2,970 additions and 401 deletions.
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ <h3>Fixed demos</h3>
</div>
</div>
<script type='module'>
import {Inspector} from "./src/index.js";
import {Inspector} from "./dist/inspector.esm.js";
let inspector = new Inspector(inspectorOutput);
function update() {
try {
Expand Down
Loading

0 comments on commit 480d18d

Please sign in to comment.