From 177658bb4d53721312deecafcd34999bb889eb89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20B=C3=BCttner?= Date: Wed, 24 Jan 2024 12:10:31 +0100 Subject: [PATCH] fix license, add repository --- .npmignore | 1 + package.json | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index bb560bb..5bca80a 100644 --- a/.npmignore +++ b/.npmignore @@ -6,3 +6,4 @@ /.nycrc.json /fixtures /tools +/.idea diff --git a/package.json b/package.json index 33a3bd7..1438222 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,9 @@ { "name": "@idrinth/react-file-based-routes", - "version": "1.0.1", + "version": "1.0.2", + "repository": "https://github.com/idrinth/react-file-based-routes", "description": "A simple file based routing library, that does not force itself on you.", + "license": "MIT", "type": "module", "keywords": [ "react",