From 2690ea0fdde7c0498e46feac949fcc9f38caca22 Mon Sep 17 00:00:00 2001 From: Arne van Iterson Date: Mon, 2 Mar 2020 13:04:17 +0100 Subject: [PATCH] Updated npm packages --- index.html | 1 - package-lock.json | 5 +++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index ae016a1..476f894 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,6 @@ Game -

THIS IS A TEST

diff --git a/package-lock.json b/package-lock.json index 3f563c0..fac5f34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 5f753f2..bcda682 100644 --- a/package.json +++ b/package.json @@ -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"