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> <title>Game</title>
</head> </head>
<body> <body>
<h1>THIS IS A TEST</h1>
<div id="board"> <div id="board">
<!-- Renderer will push content here --> <!-- Renderer will push content here -->
</div> </div>

5
package-lock.json generated
View File

@ -42,8 +42,9 @@
"dev": true "dev": true
}, },
"asdf-games": { "asdf-games": {
"version": "file:../asdf-games/asdf-games-1.0.0.tgz", "version": "1.0.1",
"integrity": "sha512-hRFhN3RcIvADykJKX02fUwhWv/+AoWwstoFwHQSW8t5Gn6lj7SoQtke4JbdINgpUQGHSsQAguRF6cKLVBb+pDw==" "resolved": "https://registry.npmjs.org/asdf-games/-/asdf-games-1.0.1.tgz",
"integrity": "sha512-+7b+Na5rcAJg/zhLK+VuQ5WWtMxwGvYNdGSLLRbcNZai1Hdf2GDiXYV0xHi64WCxV4YdeRI0ymBOtyPME0OimA=="
}, },
"boolean": { "boolean": {
"version": "3.0.1", "version": "3.0.1",

View File

@ -9,7 +9,7 @@
"author": "McArn", "author": "McArn",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"asdf-games": "file:../asdf-games/asdf-games-1.0.0.tgz" "asdf-games": "^1.0.1"
}, },
"devDependencies": { "devDependencies": {
"electron": "^8.0.2" "electron": "^8.0.2"