Skip to content

Commit

Permalink
feat: add copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
rei1024 committed Oct 3, 2024
1 parent ca11a80 commit c03fb1e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" prefix="og: https://ogp.me/ns#">
<head>
<meta charset="UTF-8" />
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Conway's Game of Life in 3D</title>
Expand Down Expand Up @@ -105,6 +105,8 @@ <h2>Input</h2>
>
</p>
</dialog>
<!-- https://icons.getbootstrap.jp/icons/gear/ -->
<!-- The MIT License (MIT) Copyright (c) 2019-2024 The Bootstrap Authors -->
<svg
role="button"
id="configButton"
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "game-of-life-3d",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -12,7 +12,7 @@
"devDependencies": {
"@ca-ts/algo": "npm:@jsr/ca-ts__algo@^0.2.0",
"@ca-ts/rle": "npm:@jsr/ca-ts__rle@^0.8.0",
"babylonjs": "^7.27.3",
"babylonjs": "^7.28.0",
"typescript": "^5.5.3",
"vite": "^5.4.1"
},
Expand Down

0 comments on commit c03fb1e

Please sign in to comment.