Updated npm packages
This commit is contained in:
parent
f80b3c7522
commit
2690ea0fdd
@ -7,7 +7,6 @@
|
||||
<title>Game</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>THIS IS A TEST</h1>
|
||||
<div id="board">
|
||||
<!-- Renderer will push content here -->
|
||||
</div>
|
||||
|
5
package-lock.json
generated
5
package-lock.json
generated
@ -42,8 +42,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"asdf-games": {
|
||||
"version": "file:../asdf-games/asdf-games-1.0.0.tgz",
|
||||
"integrity": "sha512-hRFhN3RcIvADykJKX02fUwhWv/+AoWwstoFwHQSW8t5Gn6lj7SoQtke4JbdINgpUQGHSsQAguRF6cKLVBb+pDw=="
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/asdf-games/-/asdf-games-1.0.1.tgz",
|
||||
"integrity": "sha512-+7b+Na5rcAJg/zhLK+VuQ5WWtMxwGvYNdGSLLRbcNZai1Hdf2GDiXYV0xHi64WCxV4YdeRI0ymBOtyPME0OimA=="
|
||||
},
|
||||
"boolean": {
|
||||
"version": "3.0.1",
|
||||
|
@ -9,7 +9,7 @@
|
||||
"author": "McArn",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"asdf-games": "file:../asdf-games/asdf-games-1.0.0.tgz"
|
||||
"asdf-games": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron": "^8.0.2"
|
||||
|
Loading…
Reference in New Issue
Block a user