Updated jest, license

This commit is contained in:
2023-01-18 21:08:13 +00:00
parent 011bb59772
commit bda8f970d4
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
Copyright (c) 2022 Kayne Ruse
Copyright (c) 2022-2023 Kayne Ruse
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "sineql",
"version": "1.0.3",
"version": "1.0.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "sineql",
"version": "1.0.3",
"version": "1.0.4",
"license": "zlib",
"devDependencies": {
"jest": "^27.5.1"

View File

@@ -1,6 +1,6 @@
{
"name": "sineql",
"version": "1.0.3",
"version": "1.0.4",
"description": "A simple to use graphQL clone",
"main": "source/index.js",
"scripts": {