From eb1e7a76b434a0445673eaa37edb044631271210 Mon Sep 17 00:00:00 2001 From: Brianna Becker Date: Wed, 18 Sep 2024 19:31:41 +0200 Subject: [PATCH] fix(license): Add license to package to appear on NPM registry --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 26a2f77..cef767b 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.0.0-semantically-released", "description": "A WebAssembly wrapper that provides a convenient way to use the HCL (HashiCorp Configuration Language) library in Node.js.", "packageManager": "npm@9.0.0", + "license": "Apache-2.0", "main": "dist/index.js", "types": "dist/index.d.ts", "engines": {