Updated npm packages

This commit is contained in:
Arne van Iterson 2020-03-02 13:04:17 +01:00
parent f80b3c7522
commit 2690ea0fdd
3 changed files with 4 additions and 4 deletions

View File

@ -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
View File

@ -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",

View File

@ -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"