From 086f8251edd230a125dde11983993bdbe38615b0 Mon Sep 17 00:00:00 2001 From: Arthur Danjou Date: Fri, 18 Jun 2021 17:57:56 +0200 Subject: [PATCH] Fix author --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bb31452..5159056 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "@linkyjs/core", - "version": "1.0.6", + "version": "1.0.7", "description": "URL Shortener for Developers 💻", "main": "start/kernel.ts", "repository": { "type": "git", "url": "git+https://github.com/linkyjs/core.git" }, - "author": "", + "author": "Arthur Danjou (https://arthurdanjou.fr)", "license": "MIT", "bugs": { "url": "https://github.com/linkyjs/core/issues"