From e9de23376e1c6ca2db06eb1ecc3ead342e9fb0ae Mon Sep 17 00:00:00 2001 From: Andre Staltz Date: Wed, 14 Jun 2023 11:56:35 +0300 Subject: [PATCH] tweak package.json details --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b980d77..db96ac4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ppppp-keypair", - "description": "Keyfile operations for PPPPP", "version": "0.0.1", + "description": "Keyfile operations for PPPPP", "homepage": "https://github.com/staltz/ppppp-keypair", "repository": { "type": "git", @@ -9,6 +9,7 @@ }, "author": "Andre 'Staltz' Medeiros ", "license": "MIT", + "type": "commonjs", "main": "lib/index.js", "files": [ "lib/**/*"