From 1d42cd4f358428431f5935501971a1ba9b1daad8 Mon Sep 17 00:00:00 2001 From: Simon Petrac Date: Wed, 11 Dec 2024 16:43:22 +0100 Subject: [PATCH] Update package.json Changed version to publish to npm --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1e42a30..a1c1365 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fua/core.assert", - "version": "1.0.2", + "version": "1.0.3", "description": "Assertion functions help to easily validate the expected type of values. It is best used in cases where input arguments must be reliable and any deviation should cause an error.", "main": "src/assert.js", "files": [ @@ -22,6 +22,6 @@ "type": "git", "url": "ssh://git@github.com:nicosResearchAndDevelopment/fua.core.assert.git" }, - "author": "Simon Petrac", + "author": "Simon Petrac ", "license": "MIT" -} \ No newline at end of file +}