From 1d9ed32438631d8fb1af1750c3442a0f8883955a Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Tue, 18 Oct 2022 15:50:12 +0200 Subject: [PATCH] cleanup --- package.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 1af21ff..298d10c 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,14 @@ { "name": "occulto", "version": "2.0.0-rc.7", + "license": "MIT", "description": "crypt utility", - "repository": { - "type": "git", - "url": "https://github.com/CupCakeArmy/occulto" - }, "keywords": [ "isomorphic", "crypto", "aes", "rsa" ], - "author": "Niccolo Borgioli", - "license": "MIT", "engines": { "node": ">=16", "npm": "please-use-pnpm", @@ -55,5 +50,14 @@ "playwright": "^1.27.1", "typedoc": "^0.23.17", "typescript": "^4.8.4" + }, + "repository": { + "type": "git", + "url": "https://github.com/cupcakearmy/occulto" + }, + "author": { + "name": "Niccolo Borgioli", + "email": "opensource@nicco.io", + "url": "https://nicco.io" } }