diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 00000000..2faa9f36 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,12 @@ +{ + "name": "@atoska21/error-codes", + "version": "1.1.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "@atoska21/error-codes", + "version": "1.1.0" + } + } +} diff --git a/package.json b/package.json index 0c3097a2..ef417b75 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pretendonetwork/error-codes", + "name": "@atoska21/error-codes", "version": "1.1.0", "description": "Translated error code information for the Wii U and 3DS", "main": "index.js", @@ -7,4 +7,4 @@ "index.js", "data" ] -} \ No newline at end of file +}