Skip to content

Commit

Permalink
removes .nprc files; cleans demo code and changes it in order to be b…
Browse files Browse the repository at this point in the history
…uilt with vite; removes unused dependencies

Signed-off-by: Christian Biasuzzi <christian.biasuzzi@soft.it>
  • Loading branch information
CBiasuzzi committed Dec 4, 2023
1 parent 28a0fdf commit d575744
Show file tree
Hide file tree
Showing 12 changed files with 2,546 additions and 18,551 deletions.
1 change: 0 additions & 1 deletion network-map-viewer/.npmrc

This file was deleted.

1 change: 0 additions & 1 deletion network-map-viewer/demo/.npmrc

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
-->
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand All @@ -14,10 +14,10 @@
name="description"
content="network map viewer demo app"
/>
<title>Network-map-viewer demo</title>
<title>Network Map Viewer demo</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>
Loading

0 comments on commit d575744

Please sign in to comment.