This commit is contained in:
Samuel Elliott 2022-08-02 16:50:24 +01:00
parent 8171afc429
commit 67b6052bf3
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "nxapi",
"version": "1.2.0",
"version": "1.3.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nxapi",
"version": "1.2.0",
"version": "1.3.0",
"dependencies": {
"body-parser": "^1.20.0",
"cli-table": "^0.3.11",

View File

@ -1,7 +1,7 @@
{
"name": "nxapi",
"version": "1.2.0",
"description": "",
"version": "1.3.0",
"description": "Nintendo Switch app APIs",
"author": "Samuel Elliott",
"main": "dist/index.js",
"type": "module",