Skip to content

Commit

Permalink
viewer working again
Browse files Browse the repository at this point in the history
  • Loading branch information
mkobetic committed Sep 25, 2024
1 parent 032f0ef commit 60bd3a1
Show file tree
Hide file tree
Showing 7 changed files with 1,586 additions and 2,214 deletions.
2 changes: 1 addition & 1 deletion cmd/coin2html/js/body.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ <h1>
</div>

<script src="src/models.ts"></script>
<script src="src/index.ts"></script>
<script src="src/views.ts"></script>
2,813 changes: 1,566 additions & 1,247 deletions cmd/coin2html/js/package-lock.json

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions cmd/coin2html/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "coin",
"version": "1.0.0",
"description": "coin companion",
"main": "src/index.js",
"main": "src/views.ts",
"scripts": {
"build": "tsc ",
"build": "webpack ",
"test": "jest",
"lint": "prettier --check . && eslint .",
"autolint": "prettier --write . && eslint --fix ."
Expand All @@ -24,10 +24,12 @@
"css-loader": "^7.1.2",
"eslint": "^8.14.0",
"html-bundler-webpack-plugin": "^3.17.4",
"jest": "^28.1.0",
"jest": "^28.1.3",
"prettier": "^2.6.2",
"ts-jest": "^28.0.8",
"ts-loader": "^9.5.1",
"typescript": "^4.6.4"
"typescript": "^4.9.5",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
}
}
Loading

0 comments on commit 60bd3a1

Please sign in to comment.