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. 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", "name": "sineql",
"version": "1.0.3", "version": "1.0.4",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "sineql", "name": "sineql",
"version": "1.0.3", "version": "1.0.4",
"license": "zlib", "license": "zlib",
"devDependencies": { "devDependencies": {
"jest": "^27.5.1" "jest": "^27.5.1"

View File

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