From cb064cf0059ec3bfe8725a33a5b6ae30bdaaab25 Mon Sep 17 00:00:00 2001 From: Chris Wesseling Date: Mon, 13 Nov 2023 14:11:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6[#4]=20Lowercase=20npm=20package=20?= =?UTF-8?q?name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/npm/npm/issues/15787#issuecomment-280550744 Closes #4 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6e3c640..e846202 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@open-formulieren/InferNoLogic", + "name": "@open-formulieren/infernologic", "version": "0.1.0", "description": "InferNoLogic is the TypeScript library designed to cool down the hellfire of type mismatches in JsonLogic. Navigate through your complex logic rules with the confidence that your types align.", "main": "index.js", @@ -30,9 +30,9 @@ "author": "Maykin Media ", "license": "MIT", "bugs": { - "url": "https://github.com/open-formulieren/InferNoTypes/issues" + "url": "https://github.com/open-formulieren/InferNoLogic/issues" }, - "homepage": "https://github.com/open-formulieren/InferNoTypes#readme", + "homepage": "https://github.com/open-formulieren/InferNoLogic#readme", "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^4.1.1", "@types/jest": "^29.5.7",