From 4bf15542793b84c4a31a82290cca5d78b3a2ea46 Mon Sep 17 00:00:00 2001 From: Frederico Estrela Date: Mon, 11 Dec 2023 10:24:02 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20fixes=20small=20typo=20?= =?UTF-8?q?in=20package.json=20(#11)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f71aefe..93bdf4c 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "type": "module", "types": "lib/index.d.ts", - "typings": "lib/indeqx.d.ts", + "typings": "lib/index.d.ts", "scripts": { "start": "jest --watchAll --silent --coverage", "app": "yarn build && vite", @@ -33,6 +33,7 @@ "clean": "rimraf lib esm", "release": "commit-and-tag-version --no-verify" }, + "license": "BSD-3-Clause", "husky": { "hooks": { "pre-commit": "lint-staged",