From c0c73b2c276de8a237f06b0a8d3500df9fd68ac9 Mon Sep 17 00:00:00 2001 From: Jonathan Barrow Date: Tue, 30 Jan 2024 11:58:16 -0500 Subject: [PATCH] patch: update package.json --- package.json | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 7747054..456f30a 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,10 @@ { - "name": "sssl", + "name": "@pretendonetwork/sssl", "version": "1.0.0", - "description": "", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "keywords": [], - "author": "", - "license": "ISC", + "description": "Hackless SSL bypass for the Wii U", + "main": "patch.js", + "author": "PretendoNetwork", + "license": "GPL-3.0", "dependencies": { "@colors/colors": "^1.6.0", "node-forge": "^1.3.1",